Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor > API/Plugins/GameplayCamerasEditor/Editors > API/Plugins/GameplayCamerasEditor/Editors/FObjectTreeGraphConfig
References
| Module | GameplayCamerasEditor |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/ObjectTreeGraphConfig.h |
| Include | #include "Editors/ObjectTreeGraphConfig.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Private/Editors/ObjectTreeGraphConfig.cpp |
void GetConnectableClasses
(
TArray < UClass * > & OutClasses,
bool bPlaceableOnly
)
Remarks
Gets all possible known connectable classes.
Parameters
| Name | Description |
|---|---|
| bPlaceableOnly | If set, only return those that can be created. |