Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor > API/Plugins/GameplayCamerasEditor/FObjectTreeGraphConfig
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText GetDisplayNameText
(
const UObject* InObject |
Computes the display name of the given object. | Editors/ObjectTreeGraphConfig.h | |
FText GetDisplayNameText
(
const UClass* InClass |
Computes the display name of the given object class. | Editors/ObjectTreeGraphConfig.h | |
FText GetDisplayNameText
(
const UClass* InClass, |
Editors/ObjectTreeGraphConfig.h |
GetDisplayNameText(const UObject *)
Description
Computes the display name of the given object.
| Name | GetDisplayNameText |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/ObjectTreeGraphConfig.h |
| Include Path | #include "Editors/ObjectTreeGraphConfig.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Private/Editors/ObjectTreeGraphConfig.cpp |
FText GetDisplayNameText
(
const UObject * InObject
) const
GetDisplayNameText(const UClass *)
Description
Computes the display name of the given object class.
| Name | GetDisplayNameText |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/ObjectTreeGraphConfig.h |
| Include Path | #include "Editors/ObjectTreeGraphConfig.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Private/Editors/ObjectTreeGraphConfig.cpp |
FText GetDisplayNameText
(
const UClass * InClass
) const
GetDisplayNameText(const UClass *, const FObjectTreeGraphClassConfigs &)
| Name | GetDisplayNameText |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/ObjectTreeGraphConfig.h |
| Include Path | #include "Editors/ObjectTreeGraphConfig.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Private/Editors/ObjectTreeGraphConfig.cpp |
FText GetDisplayNameText
(
const UClass * InClass,
const FObjectTreeGraphClassConfigs & InClassConfig
) const