31 AIMODULE_API virtual FString GetStaticDescription()
const override;
63#if WITH_EDITORONLY_DATA
64 UPROPERTY(EditDefaultsOnly, BlueprintReadWrite, Category = Description)
65 FString CustomDescription;
69 UPROPERTY(EditInstanceOnly, Category=Description)
73 uint32 ReceiveTickImplementations : 2;
76 uint32 ReceiveExecuteImplementations : 2;
79 uint32 ReceiveAbortImplementations : 2;
110 UFUNCTION(BlueprintImplementableEvent, Category = AI)
117 UFUNCTION(BlueprintImplementableEvent, Category = AI)
124 UFUNCTION(BlueprintImplementableEvent, Category = AI)
128 UFUNCTION(BlueprintCallable, Category="AI|BehaviorTree")
132 UFUNCTION(BlueprintCallable, Category="AI|BehaviorTree")
136 UFUNCTION(BlueprintCallable, Category="AI|BehaviorTree")
140 UFUNCTION(BlueprintCallable, Category="AI|BehaviorTree")
144 UFUNCTION(BlueprintCallable, Category="AI|BehaviorTree")
148 UFUNCTION(BlueprintCallable, Category = "AI|BehaviorTree")
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127