Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor > API/Plugins/GameplayCamerasEditor/FObjectTreeGraphClassConfig
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TCallTraits< bool >::ConstReference CanDelete () |
Whether users can duplicate objects of this class in the graph. | Editors/ObjectTreeGraphConfig.h | |
FObjectTreeGraphClassConfig & CanDelete
(
typename TCallTraits< bool >::ParamType InValue |
Editors/ObjectTreeGraphConfig.h |
CanDelete()
Description
Whether users can duplicate objects of this class in the graph.
| Name | CanDelete |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/ObjectTreeGraphConfig.h |
| Include Path | #include "Editors/ObjectTreeGraphConfig.h" |
TCallTraits< bool >::ConstReference CanDelete() const
CanDelete(typename TCallTraits< bool >::ParamType)
| Name | CanDelete |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/ObjectTreeGraphConfig.h |
| Include Path | #include "Editors/ObjectTreeGraphConfig.h" |
FObjectTreeGraphClassConfig & CanDelete
(
typename TCallTraits< bool >::ParamType InValue
)