Class: ASystemsActor

class SYSTEMS_API ASystemsActor
    : public AActor;

Reflection-enabled

Specifiers:

  • BlueprintType
  • Blueprintable
  • Abstract

Base class for systems actors.

Automatically registers this actor components that are not inheriting from USystemsActorComponent or USystemsSceneComponent and have Systems component tag applied to them. This simply allows Systems World to recognize and query built-in Unreal Engine components without registering them manually - one less boilerplate to make on user side.


Documentation built with Unreal-Doc v1.0.8 tool by PsichiX