![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreTypes.h"#include "Async/Future.h"#include "Misc/TVariant.h"#include "UniversalObjectLocatorFwd.h"#include "UniversalObjectLocatorResolveParameterBuffer.h"#include "UniversalObjectLocatorResolveParams.generated.h"Go to the source code of this file.
Namespaces | |
| namespace | UE |
| namespace | UE::UniversalObjectLocator |
Enumerations | |
| enum class | ELocatorResolveFlags : uint8 { None , Load = 1 << 0 , Unload = 1 << 1 , Async = 1 << 2 , WillWait = 1 << 3 , AsyncWait = Async | WillWait } |
|
strong |