Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FStructOnScopeStructureDataProvi-
- IStructureDataProvider::GetInstances()
- FStructOnScopeStructureDataProvider::GetInstances()
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IStructureDataProvider.h |
| Include | #include "IStructureDataProvider.h" |
virtual void GetInstances
(
TArray < TSharedPtr< FStructOnScope > > & OutInstances,
const UStruct * ExpectedBaseStructure
) const
Remarks
Returns instances to edit. Each provided struct should be compatible with ExpectedType.
Parameters
| Name | Description |
|---|---|
| OutInstances | returned instances |
| ExpectedBaseStructure | the base type of struct that is expected to be returned (see the documentation above about ExpectedType) |