IDriverSequence

Represents a sequence of actions that can be performed as a single unit by the automation driver associted with this sequence

Unreal Engine C++ API Reference > Developer > AutomationDriver

References

   
Module AutomationDriver
Header /Engine/Source/Developer/AutomationDriver/Public/IDriverSequence.h
Include #include "IDriverSequence.h"

Syntax

class IDriverSequence  

Remarks

Represents a sequence of actions that can be performed as a single unit by the automation driver associted with this sequence

Functions

Type Name Description
IActionSeque... Actions ()  
bool Perform () Executes all the actions that have been queued for this sequence.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library