Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/UCustomizableObjectNode
Description
Return a UI-ready text to represent the given tag. For most cases this is just the tag, but if it is an internal tag of any node related to this one (in the same CO hierarchy) a more descriptive (non-persitent) name is build with node information.
| Name | GetTagDisplayName |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/Nodes/CustomizableObjectNode.h |
| Include Path | #include "MuCOE/Nodes/CustomizableObjectNode.h" |
| Source | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Private/MuCOE/Nodes/CustomizableObjectNode.cpp |
FString GetTagDisplayName
(
const FString & Tag
)