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::Importer::NodeMapSettings Struct Reference

#include <Importer.h>

Public Attributes

bool m_autoLoadSourceActor = true
 
bool m_loadNodes = true
 

Detailed Description

The node map import options. This can be used in combination with the LoadNodeMap method.

Member Data Documentation

◆ m_autoLoadSourceActor

bool EMotionFX::Importer::NodeMapSettings::m_autoLoadSourceActor = true

Should we automatically try to load the source actor? (default=true)

◆ m_loadNodes

bool EMotionFX::Importer::NodeMapSettings::m_loadNodes = true

Add nodes to the map? (default=true)


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