Skip to main content

Meta_MetaValue

Module: Metanodes / Definitions

A MetaValue provides a description of a property on a metanode.

#include <meta_root.hpp>

Public Types

TypeName
enumIDX { Idx_Offset, Idx_Type, Idx_Count, Idx_DataSize, Idx_InitData }
Property index.

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_Offsetint - (internal) Byte offset into a node's value buffer where this property data is stored
Idx_Typeint - The type of value stored in this property
Idx_Countint - The number of values stored (e.g. 1 for a single value, 4 for an array of 4 values, etc)
Idx_DataSizeint - The total number of bytes used by this property
Idx_InitDatavector<char> - The data to initialise this property with for new node instances

Property index.