Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor > API/Plugins/GameplayCamerasEditor/FObjectTreeGraphClassConfig
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TCallTraits< FOnSetupNewObject >::ConstReference OnSetupNewObject () |
A custom callback to setup a newly created object added in the graph editor. | Editors/ObjectTreeGraphConfig.h | |
FObjectTreeGraphClassConfig & OnSetupNewObject
(
typename TCallTraits< FOnSetupNewObject >::ParamType InValue |
Editors/ObjectTreeGraphConfig.h |
OnSetupNewObject()
Description
A custom callback to setup a newly created object added in the graph editor.
| Name | OnSetupNewObject |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/ObjectTreeGraphConfig.h |
| Include Path | #include "Editors/ObjectTreeGraphConfig.h" |
TCallTraits< FOnSetupNewObject >::ConstReference OnSetupNewObject() const
OnSetupNewObject(typename TCallTraits< FOnSetupNewObject >::ParamType)
| Name | OnSetupNewObject |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/ObjectTreeGraphConfig.h |
| Include Path | #include "Editors/ObjectTreeGraphConfig.h" |
FObjectTreeGraphClassConfig & OnSetupNewObject
(
typename TCallTraits< FOnSetupNewObject >::ParamType InValue
)