Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor > API/Plugins/GameplayCamerasEditor/UObjectTreeGraphSchema
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FObjectTreeGraphClassConfigs GetObjectClassConfigs
(
const UObjectTreeGraphNode* InNode |
Editors/ObjectTreeGraphSchema.h | ||
const FObjectTreeGraphClassConfigs GetObjectClassConfigs
(
const UObjectTreeGraph* InGraph, |
Editors/ObjectTreeGraphSchema.h |
GetObjectClassConfigs(const UObjectTreeGraphNode *)
| Name | GetObjectClassConfigs |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/ObjectTreeGraphSchema.h |
| Include Path | #include "Editors/ObjectTreeGraphSchema.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Private/Editors/ObjectTreeGraphSchema.cpp |
const FObjectTreeGraphClassConfigs GetObjectClassConfigs
(
const UObjectTreeGraphNode * InNode
) const
GetObjectClassConfigs(const UObjectTreeGraph , UClass )
| Name | GetObjectClassConfigs |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/ObjectTreeGraphSchema.h |
| Include Path | #include "Editors/ObjectTreeGraphSchema.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Private/Editors/ObjectTreeGraphSchema.cpp |
const FObjectTreeGraphClassConfigs GetObjectClassConfigs
(
const UObjectTreeGraph * InGraph,
UClass * InObjectClass
) const