Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyHandle > API/Editor/PropertyEditor/IPropertyHandle/AccessRawData
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h |
| Include | #include "PropertyHandle.h" |
void AccessRawData
&40;
TArray< void &42; > & RawData
&41;
Remarks
Accesses the raw data of this property. (Each pointer can be cast to the property data type)
Parameters
| Name | Description |
|---|---|
| RawData | An array of raw data. The elements in this array are the raw data for this property on each of the objects in the property editor |