Logic Actors
Last updated
Last updated
Logic Actors are small actors that only server one specific purpose. They usually only do one small task so that they can easily be combined when scripting levels. The plugin comes with a collection of logic actors that you can use for level scripting. You can find them in the Place Actors tab in Unreal.
Custom logic actors can also be created by subclassing the LogicActorBase
class. The idea is that you create your own logic actors that interact with different parts of your game, such as adding/removing items from the player's inventory, updating the current objective in the game, spawning an enemy, or starting a cutscene.