Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor > API/Plugins/GameplayCamerasEditor/FObjectTreeGraphClassConfig
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TCallTraits< FName >::ConstReference CreateCategoryMetaData () |
The metadata specifier to look for in order to categorize the 'create node' action for this class. | Editors/ObjectTreeGraphConfig.h | |
FObjectTreeGraphClassConfig & CreateCategoryMetaData
(
typename TCallTraits< FName >::ParamType InValue |
Editors/ObjectTreeGraphConfig.h |
CreateCategoryMetaData()
Description
The metadata specifier to look for in order to categorize the 'create node' action for this class.
| Name | CreateCategoryMetaData |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/ObjectTreeGraphConfig.h |
| Include Path | #include "Editors/ObjectTreeGraphConfig.h" |
TCallTraits< FName >::ConstReference CreateCategoryMetaData() const
CreateCategoryMetaData(typename TCallTraits< FName >::ParamType)
| Name | CreateCategoryMetaData |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/ObjectTreeGraphConfig.h |
| Include Path | #include "Editors/ObjectTreeGraphConfig.h" |
FObjectTreeGraphClassConfig & CreateCategoryMetaData
(
typename TCallTraits< FName >::ParamType InValue
)