Fix Uncallable event

This commit is contained in:
2025-07-11 00:37:22 +02:00
parent bc6a928312
commit 8e42f9565e

View File

@ -102,7 +102,7 @@ public:
UPROPERTY()
int CurrentIndex = -1;
UPROPERTY(BlueprintCallable, Category="DTFlux|Pursuit")
UPROPERTY(BlueprintAssignable, Category="DTFlux|Pursuit")
FOnPursuitSequenceReady OnPursuitSequenceReady;