Navigation
API > API/Plugins > API/Plugins/InstancedActors > API/Plugins/InstancedActors/UInstancedActorsComponent
Description
Called on servers during InitializeComponent for Actors spawned by the Instanced Actor system. Note: This is called for both native and BP contructed components, as opposed to OnServerPreSpawnInitForInstance which is only called for natively added components.
| Name | InitializeComponentForInstance |
| Type | function |
| Header File | /Engine/Plugins/Runtime/InstancedActors/Source/InstancedActors/Public/InstancedActorsComponent.h |
| Include Path | #include "InstancedActorsComponent.h" |
| Source | /Engine/Plugins/Runtime/InstancedActors/Source/InstancedActors/Private/InstancedActorsComponent.cpp |
virtual void InitializeComponentForInstance
(
FInstancedActorsInstanceHandle InInstanceHandle
)