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 &42; GetValueBaseAddress
&40;
uint8 &42; ParentValueAddress,
const UStruct &42; ExpectedType
&41; 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 |
| ExpectedType | the type of struct that is expected to be returned (generally the same type as returned by GetBaseStructure()) |