UAISubsystem

A class representing a common interface and behavior for AI subsystems

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/AISubsystem.h

Include

#include "AISubsystem.h"

Syntax

class UAISubsystem :
    public UObject,
    public FTickableGameObject

Remarks

A class representing a common interface and behavior for AI subsystems

Constructors

Name Description

Public function

UAISubsystem

(
    const FObjectInitializer& ObjectIn...
)

Destructors

Name Description

Public function

~UAISubsystem()

Functions

Name Description

Public function Virtual Const

UWorld *

 

GetWorld()

Public function Const

UWorld *

 

GetWorldFast()

Overridden from FTickableGameObject

Overridden from FTickableObjectBase

Name Description

Public function Virtual Const

TStatId

 

GetStatId()

Return the stat id to use for this tickable

Public function Virtual Const

ETickableTic...

 

GetTickableTickType()

Virtual that can be overloaded by the inheriting class.

Public function Virtual

void

 

Tick

(
    float DeltaTime
)

Pure virtual that must be overloaded by the inheriting class.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss