Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FInstanceDataManager
Description
Queries the tracker for changes and builds an update build command to enqueue to the render thread. The ComponentData supplies source data through a callback as needed.
| Name | FlushChanges |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/InstanceData/InstanceDataManager.h |
| Include Path | #include "InstanceData/InstanceDataManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/InstanceData/InstanceDataManager.cpp |
bool FlushChanges
(
FInstanceDataManagerSourceDataDesc && ComponentData
)