Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | ERemoteIdToStringVerbosity |
| Type | enum |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/RemoteObjectTypes.h |
| Include Path | #include "UObject/RemoteObjectTypes.h" |
Syntax
enum ERemoteIdToStringVerbosity
{
Default = 0,
Id = 1,
Name = 2,
PathName = 3,
FullName = 4,
FullNameAttributes = 5,
LastPlusOne,
Max = LastPlusOne - 1,
}
Values
| Name | Remarks |
|---|---|
| Default | |
| Id | |
| Name | |
| PathName | |
| FullName | |
| FullNameAttributes | |
| LastPlusOne | |
| Max |