Navigation
API > API/Runtime > API/Runtime/UniversalObjectLocator
| Name | UE::UniversalObjectLocator::ELocatorType |
| Type | enum |
| Header File | /Engine/Source/Runtime/UniversalObjectLocator/Public/UniversalObjectLocatorInitializeResult.h |
| Include Path | #include "UniversalObjectLocatorInitializeResult.h" |
Syntax
namespace UE
{
namespace UniversalObjectLocator
{
enum ELocatorType
{
Absolute,
Relative,
Undefined,
}
}
}
Values
| Name | Remarks |
|---|---|
| Absolute | |
| Relative | |
| Undefined |