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.
EMStudio::PersistentPlugin Class Referenceabstract

#include <PersistentPlugin.h>

Public Member Functions

virtual const char * GetName () const =0
 
virtual void Reflect (AZ::ReflectContext *reflectContext)
 
virtual PluginOptionsGetOptions ()
 
virtual void Update (float timeDeltaInSeconds)
 
virtual void Render (EMotionFX::ActorRenderFlags renderFlags)
 

Detailed Description

Plugin that will be constructed along with the Animation Editor and survive its full life-cycle. Persistent plugins will not be destructed and re-created along with changing layouts.


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