Navigation
API > API/Runtime > API/Runtime/UniversalObjectLocator
References
| Module | UniversalObjectLocator |
| Header | /Engine/Source/Runtime/UniversalObjectLocator/Public/UniversalObjectLocatorInitializeResult.h |
| Include | #include "UniversalObjectLocatorInitializeResult.h" |
Syntax
struct FInitializeResult
Remarks
Fragment initialization result structure, specfying the type of locator that was created and an optional relative 'parent'
Variables
| Type | Name | Description | |
|---|---|---|---|
| const UObject * | RelativeToContext | Optional object that this fragment should be resolved relative to | |
| ELocatorType | Type | The type of the locator fragment |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FInitializeResult | Absolute () |
||
| FInitializeResult | Failure () |
||
| FInitializeResult |