53#if WITH_EDITORONLY_DATA
54 UPROPERTY(EditDefaultsOnly, BlueprintReadWrite, Category = Description)
55 FString CustomDescription;
59 UPROPERTY(EditInstanceOnly, Category=Description)
63 UPROPERTY(EditInstanceOnly, Category = Description)
67 uint32 ReceiveTickImplementations : 2;
70 uint32 ReceiveActivationImplementations : 2;
73 uint32 ReceiveDeactivationImplementations : 2;
76 uint32 ReceiveSearchStartImplementations : 2;
111 UFUNCTION(BlueprintImplementableEvent, Category = AI)
118 UFUNCTION(BlueprintImplementableEvent, Category = AI)
125 UFUNCTION(BlueprintImplementableEvent, Category = AI)
132 UFUNCTION(BlueprintImplementableEvent, Category = AI)
136 UFUNCTION(BlueprintCallable, Category="AI|BehaviorTree")
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127