Navigation
API > API/Runtime > API/Runtime/UniversalObjectLocator > API/Runtime/UniversalObjectLocator/FUniversalObjectLocator
Description
Attempt to unload the object this locator points to if possible. Shorthand for Resolve(FResolveParams::AsyncUnload(Context)).AsVoid().ReleaseFuture().
| Name | AsyncUnload |
| Type | function |
| Header File | /Engine/Source/Runtime/UniversalObjectLocator/Public/UniversalObjectLocator.h |
| Include Path | #include "UniversalObjectLocator.h" |
| Source | /Engine/Source/Runtime/UniversalObjectLocator/Private/UniversalObjectLocator.cpp |
FResolveResult AsyncUnload
(
UObject * Context
) const
A result structure that may or may not already have a result populated
Parameters
| Name | Remarks |
|---|---|
| Context | (Optional) An optional context to use for finding/loading the object - should match what was specified in Reset() |