Open 3D Engine ScriptedEntityTweener 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.
ScriptedEntityTweener::CallbackData Struct Reference

Public Member Functions

 CallbackData (CallbackTypes callbackType, int callbackId)
 
bool operator< (const CallbackData &other) const
 Comparison operators implemented to store this data type in a set.
 
bool operator> (const CallbackData &other) const
 
bool operator== (const CallbackData &other) const
 

Public Attributes

CallbackTypes m_callbackType = CallbackTypes::OnComplete
 
int m_callbackId = AnimationProperties::InvalidCallbackId
 
AZStd::any m_callbackData
 
float m_progressPercent
 

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