Inherits QWidget.
Signals | |
void | eventsChanged (EMotionFX::Motion *, EMotionFX::MotionEvent *) |
Public Member Functions | |
EventDataEditor (EMotionFX::Motion *motion, EMotionFX::MotionEvent *event, EMotionFX::EventDataSet *eventDataSet, QWidget *parent=nullptr) | |
void | SetEventDataSet (EMotionFX::Motion *motion, EMotionFX::MotionEvent *event, EMotionFX::EventDataSet *eventDataSet) |
void | MoveEventDataSet (EMotionFX::EventDataSet &targetDataSet) |
void | AppendEventData (const AZ::Uuid &newTypeId) |
void | RemoveEventData (size_t index) |
AZ::Outcome< size_t > | FindEventDataIndex (const EMotionFX::EventData *eventData) const |
EMotionFX::Motion * | GetMotion () const |
EMotionFX::MotionEvent * | GetMotionEvent () const |