Open 3D Engine EMotionFX 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.
EMotionFX::MotionQueue::QueueEntry Class Reference

#include <MotionQueue.h>

Public Member Functions

 QueueEntry ()
 The default constructor.
 
 QueueEntry (MotionInstance *motion, class PlayBackInfo *info)
 The extended constructor.
 

Public Attributes

MotionInstancem_motion
 
PlayBackInfo m_playInfo
 

Detailed Description

The queue-entry struct. This contains information about a motion which is scheduled.

Member Data Documentation

◆ m_motion

MotionInstance* EMotionFX::MotionQueue::QueueEntry::m_motion

The motion instance we want to play.

◆ m_playInfo

PlayBackInfo EMotionFX::MotionQueue::QueueEntry::m_playInfo

The motion playback settings.


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