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::Actor::Dependency Struct Reference

#include <Actor.h>

Public Attributes

Actorm_actor
 
AnimGraphm_animGraph
 

Detailed Description

An actor dependency, which can be used during multithread scheduling.

Member Data Documentation

◆ m_actor

Actor* EMotionFX::Actor::Dependency::m_actor

The actor where the instance is dependent on.

◆ m_animGraph

AnimGraph* EMotionFX::Actor::Dependency::m_animGraph

The anim graph we depend on.


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