Fix Uncallable event
This commit is contained in:
@ -102,7 +102,7 @@ public:
|
|||||||
UPROPERTY()
|
UPROPERTY()
|
||||||
int CurrentIndex = -1;
|
int CurrentIndex = -1;
|
||||||
|
|
||||||
UPROPERTY(BlueprintCallable, Category="DTFlux|Pursuit")
|
UPROPERTY(BlueprintAssignable, Category="DTFlux|Pursuit")
|
||||||
FOnPursuitSequenceReady OnPursuitSequenceReady;
|
FOnPursuitSequenceReady OnPursuitSequenceReady;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user