Navigation
API > API/Plugins > API/Plugins/InstancedActors > API/Plugins/InstancedActors/FInstancedActorsIterationContext
Description
Safely marks InstanceHandle for destruction at the end of iteration, to ensure iteration order isn't affected. Note: These deletions will NOT be be persisted as if a player had performed them, rather the deletions will make it as if the items were never present. Note: This is safe to call before entity spawning as source instance data will simply be invalidated, preventing later entity spawning.
| Name | RemoveInstanceDeferred |
| Type | function |
| Header File | /Engine/Plugins/Runtime/InstancedActors/Source/InstancedActors/Public/InstancedActorsIteration.h |
| Include Path | #include "InstancedActorsIteration.h" |
| Source | /Engine/Plugins/Runtime/InstancedActors/Source/InstancedActors/Private/InstancedActorsIteration.cpp |
void RemoveInstanceDeferred
(
const FInstancedActorsInstanceHandle & InstanceHandle
)