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

#include <UniversalObjectLocatorResolveParams.h>

Public Member Functions

 FResolveResultFlags ()
 

Public Attributes

uint8 bWasLoaded: 1
 
uint8 bWasLoadedIndirectly: 1
 

Detailed Description

Flag structure returned from an attempt to resolve a Universal Object Locator

Constructor & Destructor Documentation

◆ FResolveResultFlags()

UE::UniversalObjectLocator::FResolveResultFlags::FResolveResultFlags ( )
inline

Member Data Documentation

◆ bWasLoaded

uint8 UE::UniversalObjectLocator::FResolveResultFlags::bWasLoaded

Indicates the object was loaded as a result of this request

◆ bWasLoadedIndirectly

uint8 UE::UniversalObjectLocator::FResolveResultFlags::bWasLoadedIndirectly

Indicates that an outer object was loaded in order to fulfil this request, and the final object itself was loaded as a result


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