native
The native keyword is a modifier in standard opC++ dialects. The underlying meaning of native depends on the language features included, but should be compared with the meaning of native in Unrealscript.
Usage
opclass name
{
native int a;
}
Mapped Data
The native keyword indicates that a data member is not mapped.
Serialized Data
The native keyword indicates that a data member is also not serialized.