Navigation
API > API/Runtime > API/Runtime/UniversalObjectLocator
Flag structure returned from an attempt to resolve a Universal Object Locator
| Name | FResolveResultFlags |
| Type | struct |
| Header File | /Engine/Source/Runtime/UniversalObjectLocator/Public/UniversalObjectLocatorResolveParams.h |
| Include Path | #include "UniversalObjectLocatorResolveParams.h" |
Syntax
struct FResolveResultFlags
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FResolveResultFlags() |
UniversalObjectLocatorResolveParams.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bWasLoaded | uint8 | Indicates the object was loaded as a result of this request | UniversalObjectLocatorResolveParams.h | |
| bWasLoadedIndirectly | uint8 | Indicates that an outer object was loaded in order to fulfil this request, and the final object itself was loaded as a result | UniversalObjectLocatorResolveParams.h |