IPropertyHandle::AccessRawData

Accesses the raw data of this property. (Each pointer can be cast to the property data type)

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h

Include

#include "PropertyHandle.h"

Syntax

void AccessRawData
(
    TArray< void * > & RawData
)

Remarks

Accesses the raw data of this property. (Each pointer can be cast to the property data type)

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss