FlowPilotParent.h
File Info
FileName: FlowPilotParent.h
- Class List:
[
UFlowPilotParent
]
UFlowPilotParent
Parent Classes:
[ UFlowPilotTask
]
Base class that contains an array of Tasks
- Implements base functionality to query, add, remove tasks, etc.. Inherited by Tasks that handle multiple Tasks.
Properties
Functions
SetTasks
Set Initial set of tasks
AddTask
Adds a new task
RemoveTask
Removes a task
HasTask
Returns true if
InTask
is contained inTasks
GetTaskCount
Returns number of Tasks
GetTasks
Returns const array of Tasks
GetTasksMutable
Returns mutable array of Tasks