Meta_MetaValue
A MetaValue provides a description of a property on a metanode.
Public Types
Property index.
Idx_Offset | int - (internal) Byte offset into a node's value buffer where this property data is stored |
Idx_Type | int - The type of value stored in this property |
Idx_Count | int - The number of values stored (e.g. 1 for a single value, 4 for an array of 4 values, etc) |
Idx_DataSize | int - The total number of bytes used by this property |
Idx_InitData | vector - The data to initialise this property with for new node instances |