![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <UniversalObjectLocatorInitializeParams.h>
Public Member Functions | |
| template<typename T > | |
| const T * | GetObjectAs () const |
| template<typename T > | |
| const T * | GetContextAs () const |
Public Attributes | |
| const UObject * | Object = nullptr |
| const UObject * | Context = nullptr |
Fragment initialization parameter structure
|
inline |
Retrieve the context as a specific type.
|
inline |
Retrieve the context as a specific type.
| const UObject* UE::UniversalObjectLocator::FInitializeParams::Context = nullptr |
The context within which Object will be resolved within. Maybe null.
| const UObject* UE::UniversalObjectLocator::FInitializeParams::Object = nullptr |
The object that should be referenced by this locator (or, in the case of transient objects, an equivalent object).