Navigation
API > API/Plugins > API/Plugins/MassActors > API/Plugins/MassActors/UMassActorSpawnerSubsystem
References
| Module | MassActors |
| Header | /Engine/Plugins/Runtime/MassGameplay/Source/MassActors/Public/MassActorSpawnerSubsystem.h |
| Include | #include "MassActorSpawnerSubsystem.h" |
template<typename T, typename>
FMassActorSpawnRequestHandle RequestActorSpawn
(
const T & InSpawnRequest
)
Remarks
Request an actor to spawn Note: If you do not provide a spawn delegate, the requester is responsible to remove the request by hand. It will be auto removed after the execution of the spawn delegate.
Parameters
| Name | Description |
|---|---|
| InSpawnRequest | the spawn request parameters, You can provide any type of UStruct as long at it derives from FMassActorSpawnRequest. This let you add more spawning information. |