Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStaticMeshInstanceBuffer
Description
Call to flush any pending GPU data copies, if bFlushToGPUPending is false it does nothing. Should be called by the Proxy on the render thread for example in CreateRenderThreadResources().
| Name | FlushGPUUpload |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/InstancedStaticMesh.h |
| Include Path | #include "Engine/InstancedStaticMesh.h" |
| Source | /Engine/Source/Runtime/Engine/Private/InstancedStaticMesh.cpp |
void FlushGPUUpload
(
FRHICommandListBase & RHICmdList
)