![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreMinimal.h"#include "HAL/ThreadSafeCounter.h"#include "Async/AsyncWork.h"#include "RenderingThread.h"#include "Streaming/StreamableRenderResourceState.h"Go to the source code of this file.
Classes | |
| class | FRenderAssetUpdate |
| class | FRenderAssetUpdate::FMipUpdateTask |
| class | TRenderAssetUpdate< TContext > |
Namespaces | |
| namespace | FRenderAssetUpdateHelper |
Macros | |
| #define | UE_API ENGINE_API |
| #define | SRA_UPDATE_CALLBACK(FunctionName) [this](const FContext& C){ FunctionName(C); } |
Variables | |
| ENGINE_API bool | GEnableAssetUpdateAbandons |
SRA stands for StreamableRenderAsset
| #define UE_API ENGINE_API |
| ENGINE_API bool IsAssetStreamingSuspended | ( | ) |
| void ResumeRenderAssetStreaming | ( | ) |
| void SuspendRenderAssetStreaming | ( | ) |
|
extern |