Navigation
API > API/Runtime > API/Runtime/UniversalObjectLocator
References
| Module | UniversalObjectLocator |
| Header | /Engine/Source/Runtime/UniversalObjectLocator/Public/UniversalObjectLocatorInitializeParams.h |
| Include | #include "UniversalObjectLocatorInitializeParams.h" |
Syntax
struct FInitializeParams
Remarks
Fragment initialization parameter structure
Variables
| Type | Name | Description | |
|---|---|---|---|
| const UObject * | Context | The context within which Object will be resolved within. Maybe null. | |
| const UObject * | Object | The object that should be referenced by this locator (or, in the case of transient objects, an equivalent object). |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const T * | GetContextAs () |
Retrieve the context as a specific type. | |
| const T * | GetObjectAs () |
Retrieve the context as a specific type. |