Navigation
API > API/Plugins > API/Plugins/StateTreeModule
Inheritance Hierarchy
- IStateTreeBindingLookup
- FStateTreeBindingLookup
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreePropertyBindings.h |
| Include | #include "StateTreePropertyBindings.h" |
Syntax
struct IStateTreeBindingLookup
Remarks
Helper interface to reason about bound properties. The implementation is in the editor plugin.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | GetBindingSourceDisplayName
(
const FStateTreePropertyPath& InTargetPath, |
||
| const FStateTreePropertyPath * | GetPropertyBindingSource
(
const FStateTreePropertyPath& InTargetPath |
||
| PRAGMA_DISABLE_DEPRECATION_WARNINGS const FStateTreeEditorPropertyPath * | GetPropertyBindingSource
(
const FStateTreeEditorPropertyPath& InTargetPath |
||
| FText | GetPropertyPathDisplayName
(
const FStateTreeEditorPropertyPath& InPath |
||
| FText | GetPropertyPathDisplayName
(
const FStateTreePropertyPath& InPath, |
||
| const FProperty * | GetPropertyPathLeafProperty
(
const FStateTreePropertyPath& InPath |
||
| const FProperty * | GetPropertyPathLeafProperty
(
const FStateTreeEditorPropertyPath& InPath |