![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <UniversalObjectLocatorParameterTypeHandle.h>
Inheritance diagram for UE::UniversalObjectLocator::FParameterTypeHandle:Public Member Functions | |
| FParameterTypeHandle () | |
| FParameterTypeHandle (uint8 InHandleOffset) | |
| operator bool () const | |
| bool | IsValid () const |
| uint8 | GetIndex () const |
| UNIVERSALOBJECTLOCATOR_API UScriptStruct * | Resolve (UScriptStruct *Expected=nullptr) const |
A handle to a globally registered Universal Object Locator fragment type.
Registered through IUniversalObjectLocatorModule::RegisterParameterType, fragment types define all the attributes for a specific type of object resolution protocol that can be represented in a UOL.
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inlineexplicit |
| UScriptStruct * UE::UniversalObjectLocator::FParameterTypeHandle::Resolve | ( | UScriptStruct * | Expected = nullptr | ) | const |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |