UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::UniversalObjectLocator::FInitializeParams Struct Reference

#include <UniversalObjectLocatorInitializeParams.h>

Public Member Functions

template<typename T >
const T * GetObjectAs () const
 
template<typename T >
const T * GetContextAs () const
 

Public Attributes

const UObjectObject = nullptr
 
const UObjectContext = nullptr
 

Detailed Description

Fragment initialization parameter structure

Member Function Documentation

◆ GetContextAs()

template<typename T >
const T * UE::UniversalObjectLocator::FInitializeParams::GetContextAs ( ) const
inline

Retrieve the context as a specific type.

◆ GetObjectAs()

template<typename T >
const T * UE::UniversalObjectLocator::FInitializeParams::GetObjectAs ( ) const
inline

Retrieve the context as a specific type.

Member Data Documentation

◆ Context

const UObject* UE::UniversalObjectLocator::FInitializeParams::Context = nullptr

The context within which Object will be resolved within. Maybe null.

◆ Object

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).


The documentation for this struct was generated from the following file: