Open 3D Engine ScriptCanvasDeveloper Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
ScriptCanvas::Developer::TraceEvent Class Reference

#include <GenericActions.h>

Inherits ScriptCanvas::Developer::EditorAutomationAction.

Public Member Functions

 AZ_CLASS_ALLOCATOR (TraceEvent, AZ::SystemAllocator)
 
 AZ_RTTI (TraceEvent, "{A2C0B4B1-9FD7-4441-86EB-B63C8DDD2C97}", EditorAutomationAction)
 
 TraceEvent (AZStd::string traceName)
 
bool Tick () override
 
- Public Member Functions inherited from ScriptCanvas::Developer::EditorAutomationAction
 AZ_CLASS_ALLOCATOR (EditorAutomationAction, AZ::SystemAllocator)
 
bool IsAtPreconditionLimit () const
 
virtual bool IsMissingPrecondition ()
 
void ResetPreconditionAttempts ()
 
EditorAutomationActionGenerationPreconditionActions ()
 
void SignalActionBegin ()
 
virtual bool Tick ()=0
 
virtual ActionReport GenerateReport () const
 

Additional Inherited Members

- Protected Member Functions inherited from ScriptCanvas::Developer::EditorAutomationAction
virtual EditorAutomationActionGenerateMissingPreconditionAction ()
 
virtual void SetupAction ()
 

Detailed Description

EditorAutomationAction that will print out the specified string during execution

Member Function Documentation

◆ Tick()

bool ScriptCanvas::Developer::TraceEvent::Tick ( )
overridevirtual

The documentation for this class was generated from the following file: