Navigation
API > API/Editor > API/Editor/PropertyEditor
Inheritance Hierarchy
- IStructureDataProvider
- FStructOnScopeStructureDataProvider
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IStructureDataProvider.h |
| Include | #include "IStructureDataProvider.h" |
Syntax
class FStructOnScopeStructureDataProvider : public IStructureDataProvider
Remarks
FStructOnScopeStructureDataProvider - Implementation of standalone struct that holds one value.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FStructOnScope > | StructData |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStructOnScopeStructureDataProvider
(
const TSharedPtr< FStructOnScope >& InStructData |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetStructData
(
const TSharedPtr< FStructOnScope >& InStructData |
Overridden from IStructureDataProvider
| Type | Name | Description | |
|---|---|---|---|
| const UStruct * | |||
| void | GetInstances
(
TArray< TSharedPtr< FStructOnScope >>& OutInstances |
||
| bool | IsValid () |