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>
T & GetMutableSpawnRequest
&40;
const FMassActorSpawnRequestHandle SpawnRequestHandle
&41;
Remarks
Returns the stored spawn request from the handle, useful to update the transform The spawn request cast in the provided template argument
Parameters
| Name | Description |
|---|---|
| SpawnRequestHandle | the spawn request handle to get the request from |