Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyHandle
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h |
| Include | #include "PropertyHandle.h" |
uint8 * GetValueBaseAddress
(
uint8 * Base
) const
Remarks
Calculates the memory address for the data associated with this item's value. A pointer to a FProperty value or UObject.
Parameters
| Name | Description |
|---|---|
| Base | The location to use as the starting point for the calculation; typically the address of an object. |