Navigation
API > API/Plugins > API/Plugins/InstancedActors > API/Plugins/InstancedActors/UInstancedActorsData
Description
Authority: `Eject_ an instance by unlinking it's Actor from Mass, setting the actor to persist itself and then destroying the manager instance. This effectively transfers the actor to the persistence system. Non-authority: Perform the same unlinking and entity removal locally to release the Actor from Mass.
| Name | EjectInstanceActor |
| Type | function |
| Header File | /Engine/Plugins/Runtime/InstancedActors/Source/InstancedActors/Public/InstancedActorsData.h |
| Include Path | #include "InstancedActorsData.h" |
| Source | /Engine/Plugins/Runtime/InstancedActors/Source/InstancedActors/Private/InstancedActorsData.cpp |
virtual void EjectInstanceActor
(
FInstancedActorsInstanceIndex InstanceToEject,
AActor & ActorToEject
)