Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor > API/Plugins/GameplayCamerasEditor/FObjectTreeGraphClassConfig
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TCallTraits< bool >::ConstReference HasSelfPin () |
Whether graph nodes for this class have a self pin. | Editors/ObjectTreeGraphConfig.h | |
FObjectTreeGraphClassConfig & HasSelfPin
(
typename TCallTraits< bool >::ParamType InValue |
Editors/ObjectTreeGraphConfig.h |
HasSelfPin()
Description
Whether graph nodes for this class have a self pin.
| Name | HasSelfPin |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/ObjectTreeGraphConfig.h |
| Include Path | #include "Editors/ObjectTreeGraphConfig.h" |
TCallTraits< bool >::ConstReference HasSelfPin() const
HasSelfPin(typename TCallTraits< bool >::ParamType)
| Name | HasSelfPin |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/ObjectTreeGraphConfig.h |
| Include Path | #include "Editors/ObjectTreeGraphConfig.h" |
FObjectTreeGraphClassConfig & HasSelfPin
(
typename TCallTraits< bool >::ParamType InValue
)