Namespace: Esri::GameEngine::Attributes
Class: Esri/GameEngine/Attributes/ArcGISAttribute
Since: 1.0.0
Summary
Information about the attribute.
Properties
Property | Type | Nullable | Readonly | Summary |
---|---|---|---|---|
AttributeType | ArcGISAttributeType | No | Yes | The type of the attribute. |
Data | TArrayView<uint8> | No | Yes | A column worth of attribute data. |
Name | FString | No | Yes | The attribute name. |
Data
TArrayView<uint8> GetData() const
A column worth of attribute data.
Data is only valid during the scope of ArcGISAttributeProcessorEvent.