Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyText.h |
| Include | #include "UObject/PropertyText.h" |
Syntax
USTRUCT ()
struct FPropertyTextFName
Remarks
Properties which allows the display name to be set separately from the value for a given FName or FString
Example usage:
UCLASS() class UMyClass : public UObject { FName Foo; static TArray