Navigation
API > API/Runtime > API/Runtime/AdvancedWidgets > API/Runtime/AdvancedWidgets/Framework > API/Runtime/AdvancedWidgets/Framework/PropertyViewer
Inheritance Hierarchy
- IFieldExpander
- FFieldExpander_Default
References
| Module | AdvancedWidgets |
| Header | /Engine/Source/Runtime/AdvancedWidgets/Public/Framework/PropertyViewer/IFieldExpander.h |
| Include | #include "Framework/PropertyViewer/IFieldExpander.h" |
Syntax
class IFieldExpander
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOptional< const UClass * > | CanExpandObject
(
const FObjectPropertyBase* Property, |
||
| bool | CanExpandScriptStruct
(
const FStructProperty* StructProperty |
||
| TOptional< const UStruct * > | GetExpandedFunction
(
const UFunction* Function |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanExpandFunction
(
const UFunction* Function |
CanExpandFunction is deprecated and GetExpandedFunction should be used instead. |