Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/UStateTreeEditorData
- IStateTreeEditorPropertyBindingsOwner::FindContextData()
- UStateTreeEditorData::FindContextData()
References
| Module | StateTreeEditorModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeEditorData.h |
| Include | #include "StateTreeEditorData.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Private/StateTreeEditorData.cpp |
virtual FStateTreeBindableStructDesc FindContextData
(
const UStruct * ObjectType,
const FString ObjectNameHint
) const
Remarks
Finds a bindable context struct based on name and type.
Parameters
| Name | Description |
|---|---|
| ObjectType | Object type to match |
| ObjectNameHint | Name to use if multiple context objects of same type are found. |