Navigation
API > API/Plugins > API/Plugins/MassActors > API/Plugins/MassActors/UMassActorSpawnerSubsystem
Description
Checks whether the given handle has already been released. Note that the function will return `false_ for invalid handles - the function is intended to check whether a given "valid" handle that the caller has access to has already been released.
| Name | IsHandleReleased |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MassGameplay/Source/MassActors/Public/MassActorSpawnerSubsystem.h |
| Include Path | #include "MassActorSpawnerSubsystem.h" |
bool IsHandleReleased
(
const FMassActorSpawnRequestHandle SpawnRequestHandle
) const