Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TRenderAssetUpdate
Type
typedef TFunction< void(const FContext &Context)> FCallback
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/RenderAssetUpdate.h |
| Include | #include "RenderAssetUpdate.h" |
Remarks
A callback used to perform a task in the update process. Each task must be executed on a specific thread.