IPropertyHandle::GetValueBaseAddress

Calculates the memory address for the data associated with this item's value.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "PropertyHandle.h"

Syntax

uint8 * GetValueBaseAddress
(
    uint8 * Base
) const

Remarks

Calculates the memory address for the data associated with this item's value.

Returns

A pointer to a FProperty value or UObject.

Parameters

Parameter

Description

Base

The location to use as the starting point for the calculation; typically the address of an object.

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