Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IStructureDataProvider
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IStructureDataProvider.h |
| Include | #include "IStructureDataProvider.h" |
virtual uint8 * GetValueBaseAddress
(
uint8 * ParentValueAddress,
const UStruct * ExpectedBaseStructure
) const
Remarks
Returns base address of provided struct based on parent property nodes value. value base address based on parent base address.
Parameters
| Name | Description |
|---|---|
| ParentValueAddress | Value of the parent |
| ExpectedBaseStructure | the base type of struct that is expected to be returned (see the documentation above about ExpectedType) |