Navigation
API > API/Plugins > API/Plugins/Avalanche > API/Plugins/Avalanche/Transition > API/Plugins/Avalanche/Transition/Conditions
Inheritance Hierarchy
- FStateTreeConditionBase
- FAvaTransitionNode
- FAvaTransitionCondition
- FAvaTransitionRCControllerMatchCondition
References
| Module | Avalanche |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/Avalanche/Public/Transition/Conditions/AvaTransitionRCControllerMatchCondition.h |
| Include | #include "Transition/Conditions/AvaTransitionRCControllerMatchCondition.h" |
Syntax
USTRUCT (DisplayName="Compare RC Controller Values", Category="Remote Control")
struct FAvaTransitionRCControllerMatchCondition : public FAvaTransitionCondition
Variables
| Type | Name | Description | |
|---|---|---|---|
| TStateTreeExternalDataHandle< UAvaSceneSubsystem > | SceneSubsystemHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | |||
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FStateTreeConditionBase
| Type | Name | Description | |
|---|---|---|---|
| bool | TestCondition
(
FStateTreeExecutionContext& InContext |
Overridden from FStateTreeNodeBase
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_ENABLE_DEPRECATION_WARNINGSFText | GetDescription
(
const FGuid& InId, |
Returns description for the node, use in the UI. | |
| const UStruct * | |||
| bool | Link
(
FStateTreeLinker& InLinker |
Called when the StateTree asset is linked. Allows to resolve references to other StateTree data. | |
| void | PostLoad
(
FStateTreeDataView InInstanceDataView |
Called after the state tree asset that contains this node is loaded from disk. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FAvaTransitionRCControllerMatchCondition & | |||
| FAvaTransitionRCControllerMatchCondition & |
Typedefs
| Name | Description |
|---|---|
| FInstanceDataType |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FAvaRCControllerId | ControllerId_DEPRECATED | ||
| EAvaTransitionComparisonResult | ValueComparisonType_DEPRECATED |