Open 3D Engine Atom Gem API Reference 24.09.2
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AtomToolsFramework::DocumentObjectInfo Struct Referencefinal

#include <AtomToolsDocumentObjectInfo.h>

Public Attributes

bool m_visible = true
 
AZStd::string m_name
 
AZStd::string m_displayName
 
AZStd::string m_description
 
AZ::Uuid m_objectType = AZ::Uuid::CreateNull()
 
void * m_objectPtr = {}
 
AZStd::function< const char *(const AzToolsFramework::InstanceDataNode *)> m_nodeIndicatorFunction
 

Detailed Description

Structure used as an opaque description of reflected objects contained within a document. An example use would be semi automatic handling of serialization or reflection to a property editor.


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