Legacy:DominationPoint
From Unreal Wiki, The Unreal Engine Documentation Site
Base class for domination points.
Properties
- byte PrimaryTeam
- Number of the primary team.
- bool bControllable
- Determines if this domination point can be captured (used for bots).
- TeamInfo ControllingTeam
- Information for the team currently controlling this domination point.
- Pawn ControllingPawn
- The pawn who last touched the domination point.
Known subclasses
UnrealGame.DominationPoint +-XGame.xDomPoint