|
| const char * | GetName () const override |
| |
| uint32 | GetClassID () const override |
| |
| bool | GetIsClosable () const override |
| |
| bool | GetIsFloatable () const override |
| |
| bool | GetIsVertical () const override |
| |
| bool | Init () override |
| |
| EMStudioPlugin * | Clone () const override |
| |
| void | OnAfterLoadProject () override |
| |
|
void | ReInit () |
| |
|
EMotionFX::MotionSet * | GetSelectedSet () const |
| |
|
void | SetSelectedSet (EMotionFX::MotionSet *motionSet, bool clearSelectionUpfront=false) |
| |
|
MotionSetManagementWindow * | GetManagementWindow () |
| |
|
MotionSetWindow * | GetMotionSetWindow () |
| |
|
int | OnSaveDirtyMotionSets () |
| |
|
void | LoadMotionSet (AZStd::string filename) |
| |
| EMStudioPlugin::EPluginType | GetPluginType () const override |
| |
| void | OnMainWindowClosed () override |
| |
|
virtual bool | GetIsMovable () const |
| |
|
virtual void | SetInterfaceTitle (const char *name) |
| |
| void | CreateBaseInterface (const char *objectName) override |
| |
| QString | GetObjectName () const override |
| |
| void | SetObjectName (const QString &name) override |
| |
|
virtual QSize | GetInitialWindowSize () const |
| |
| bool | GetHasWindowWithObjectName (const AZStd::string &objectName) override |
| |
|
QDockWidget * | GetDockWidget () |
| |
|
virtual void | Reflect (AZ::ReflectContext *) |
| |
|
virtual void | OnAfterLoadLayout () |
| |
|
virtual void | OnAfterLoadActors () |
| |
|
virtual void | OnBeforeRemovePlugin (uint32 classID) |
| |
| virtual void | Render (EMotionFX::ActorRenderFlags renderFlags) |
| | Render function will call atom auxGeom internally to render. This is the replacement for LegacyRender function.
|
| |
|
virtual PluginOptions * | GetOptions () |
| |
|
virtual void | WriteLayoutData (MCore::MemoryFile &outFile) |
| |
|
virtual bool | ReadLayoutSettings (QFile &file, uint32 dataSize, uint32 dataVersion) |
| |
|
virtual uint32 | GetLayoutDataVersion () const |
| |
|
virtual void | ProcessFrame (float timePassedInSeconds) |
| |
|
virtual uint32 | GetProcessFramePriority () const |
| |
|
bool | operator< (const EMStudioPlugin &plugin) |
| |
|
bool | operator> (const EMStudioPlugin &plugin) |
| |
|
virtual bool | AllowMultipleInstances () const |
| |
|
virtual void | AddWindowMenuEntries (QMenu *parent) |
| |