#include <c4d_baselist.h>
Message struct for the
MSG_RETRIEVEPRIVATEDATA
message.
For example, this message can be used to get/set exporters/importers settings:
// Get the container data instance BaseContainer * data = abc-> GetDataInstance (); if (! data ) return false ;
// Set Alembic export settings data ->SetBool( ABCEXPORT_HAIR , true ); data ->SetBool( ABCEXPORT_PARTICLE_GEOMETRY , true ); data ->SetBool( ABCEXPORT_XREFS , true );
公共成员函数 |
|
RetrievePrivateData () |
Public Attributes |
|
Int32 | flags |
void * | data |
RetrievePrivateData | ( | ) |
Default constructor.
Int32 flags |
The flags for the retrieval.
void* data |
The address returned.