Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FRenderAssetUpdate
Inheritance Hierarchy
- FNonAbandonableTask
- FRenderAssetUpdate::FMipUpdateTask
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/RenderAssetUpdate.h |
Include | #include "RenderAssetUpdate.h" |
Syntax
class FMipUpdateTask : public FNonAbandonableTask
Remarks
An async task used to call tick on the pending update.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TRefCountPtr< FRenderAssetUpdate > | PendingUpdate |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FMipUpdateTask
(
FRenderAssetUpdate* InPendingUpdate |