Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/FStateTreeEditorPropertyBindings > API/Plugins/StateTreeEditorModule/FStateTreeEditorPropertyBindings/GetPropertyBindi-_1
References
| Module | StateTreeEditorModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeEditorPropertyBindings.h |
| Include | #include "StateTreeEditorPropertyBindings.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Private/StateTreeEditorPropertyBindings.cpp |
void GetPropertyBindingsFor
(
const FGuid StructID,
TArray < const FStateTreePropertyPathBinding * > & OutBindings
) const
Remarks
Returns all pointers to bindings for a specified structs based in struct ID.
Parameters
| Name | Description |
|---|---|
| StructID | ID of the struct to find bindings for. |
| OutBindings | Bindings for specified struct. |