Skip to main content

Kill Zone Actor

Custom Icon
Base:
AActor
Type:
ANKillZoneActor
Header File:
NexusActorPools/Public/NKillZoneActor.h

An easily placeable AActor whose root component is a UNKillZoneComponent configured with Static mobility. Drop one into a level via the placement browser when you want a kill volume without authoring a Blueprint — the configurable behavior (ignore-static, ignore-non-interfaced) all lives on the component, which can be edited inline on the placed Actor.

For dynamic or Blueprint-composed setups, add a UNKillZoneComponent to your own AActor directly rather than subclassing this Actor.