Navigation
API > API/Plugins > API/Plugins/InstancedActors > API/Plugins/InstancedActors/FInstancedActorsIterationContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveAllInstancesDeferred
(
UInstancedActorsData& InstanceData |
Safely marks all instances in InstanceData for destruction at the end of iteration, to ensure iteration order isn't affected. | InstancedActorsIteration.h | |
void RemoveAllInstancesDeferred
(
AInstancedActorsManager& Manager |
Safely marks all instances in Manager for destruction at the end of iteration, to ensure iteration order isn't affected. | InstancedActorsIteration.h |
RemoveAllInstancesDeferred(UInstancedActorsData &)
Description
Safely marks all instances in InstanceData 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 | RemoveAllInstancesDeferred |
| 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 RemoveAllInstancesDeferred
(
UInstancedActorsData & InstanceData
)
RemoveAllInstancesDeferred(AInstancedActorsManager &)
Description
Safely marks all instances in Manager 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 | RemoveAllInstancesDeferred |
| 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 RemoveAllInstancesDeferred
(
AInstancedActorsManager & Manager
)