Navigation
API > API/Plugins > API/Plugins/InstancedActors > API/Plugins/InstancedActors/UInstancedActorsSubsystem
Description
Copies the current list of instances requiring explicit representation updates (added via MarkInstanceRepresentationDirty) to OutInstances and clears the internal list. This 'consumes' these pending instances with the assumption they will then receive a representation update by the calling code.
| Name | PopAllDirtyRepresentationInstances |
| Type | function |
| Header File | /Engine/Plugins/Runtime/InstancedActors/Source/InstancedActors/Public/InstancedActorsSubsystem.h |
| Include Path | #include "InstancedActorsSubsystem.h" |
| Source | /Engine/Plugins/Runtime/InstancedActors/Source/InstancedActors/Private/InstancedActorsSubsystem.cpp |
void PopAllDirtyRepresentationInstances
(
TArray < FInstancedActorsInstanceHandle > & OutInstances
)