unreal.MassActorPoolableInterface

class unreal.MassActorPoolableInterface(outer: Object | None = None, name: Name | str = 'None')

Bases: Interface

Mass Actor Poolable Interface

C++ Source:

  • Plugin: MassGameplay

  • Module: MassActors

  • File: MassActorPoolableInterface.h

can_be_pooled() bool

Can be Pooled

Return type:

bool

prepare_for_game() None

Prepare for Game

prepare_for_pooling() None

Prepare for Pooling