Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/Blueprint
Inheritance Hierarchy
- FStateTreeNodeBase
- FStateTreeConditionBase
- FStateTreeBlueprintConditionWrapper
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/Blueprint/StateTreeConditionBlueprintBase.h |
| Include | #include "Blueprint/StateTreeConditionBlueprintBase.h" |
Syntax
USTRUCT ()
struct FStateTreeBlueprintConditionWrapper : public FStateTreeConditionBase
Remarks
Wrapper for Blueprint based Conditions.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< UStateTreeConditionBlueprintBase > | ConditionClass |
Overridden from FStateTreeConditionBase
| Type | Name | Description | |
|---|---|---|---|
| bool | TestCondition
(
FStateTreeExecutionContext& Context |
Overridden from FStateTreeNodeBase
| Type | Name | Description | |
|---|---|---|---|
| FText | GetDescription
(
const FGuid& ID, |
Returns description for the node, use in the UI. | |
| FColor | GetIconColor () |
||
| FName | GetIconName () |
||
| const UStruct * |