Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/UStateTreeEditorData
- IStateTreeEditorPropertyBindingsOwner::CanCreateParameter()
- UStateTreeEditorData::CanCreateParameter()
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 bool CanCreateParameter
(
const FGuid StructID
) const
Remarks
Determines whether the struct matching the given struct id is capable of adding new properties True if struct supports adding new properties
Parameters
| Name | Description |
|---|---|
| StructID | Target struct ID |