Open 3D Engine ScriptCanvas 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::TaggedParent< t_Tag, t_Parent > Struct Template Reference

Inherits t_Parent, and ScriptCanvas::LoggableEvent.

Public Types

using ThisType = TaggedParent< t_Tag, t_Parent >
 

Public Member Functions

 AZ_RTTI ((TaggedParent, "{CF75CEEE-2305-49D4-AD41-407E82F819D7}", t_Tag, t_Parent), t_Parent, LoggableEvent)
 
 AZ_CLASS_ALLOCATOR (ThisType, AZ::SystemAllocator)
 
 TaggedParent (const t_Parent &parent)
 
LoggableEventDuplicate () const override
 
Timestamp GetTimestamp () const override
 
void SetTimestamp (Timestamp timestamp) override
 
AZStd::string ToString () const override
 
void Visit (LoggableEventVisitor &visitor) override
 
- Public Member Functions inherited from ScriptCanvas::LoggableEvent
 AZ_CLASS_ALLOCATOR (LoggableEvent, AZ::SystemAllocator)
 
 AZ_RTTI (LoggableEvent, "{0ACA3F48-170F-4859-9ED7-9C60523758A7}")
 
virtual LoggableEventDuplicate () const =0
 
virtual Timestamp GetTimestamp () const =0
 
virtual void SetTimestamp (Timestamp)=0
 
virtual AZStd::string ToString () const =0
 
virtual void Visit (LoggableEventVisitor &visitor)=0
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

Timestamp m_timestamp = 0
 

Member Function Documentation

◆ Duplicate()

template<typename t_Tag , typename t_Parent >
LoggableEvent * ScriptCanvas::TaggedParent< t_Tag, t_Parent >::Duplicate ( ) const
inlineoverridevirtual

◆ GetTimestamp()

template<typename t_Tag , typename t_Parent >
Timestamp ScriptCanvas::TaggedParent< t_Tag, t_Parent >::GetTimestamp ( ) const
inlineoverridevirtual

◆ SetTimestamp()

template<typename t_Tag , typename t_Parent >
void ScriptCanvas::TaggedParent< t_Tag, t_Parent >::SetTimestamp ( Timestamp  timestamp)
inlineoverridevirtual

◆ ToString()

template<typename t_Tag , typename t_Parent >
AZStd::string ScriptCanvas::TaggedParent< t_Tag, t_Parent >::ToString ( ) const
inlineoverridevirtual

◆ Visit()

template<typename t_Tag , typename t_Parent >
void ScriptCanvas::TaggedParent< t_Tag, t_Parent >::Visit ( LoggableEventVisitor visitor)
overridevirtual

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