Navigation
API > API/Editor > API/Editor/StructUtilsEditor
Type customization for FInstancedStruct.
| Name | FInstancedStructDetails |
| Type | class |
| Header File | /Engine/Source/Editor/StructUtilsEditor/Public/InstancedStructDetails.h |
| Include Path | #include "InstancedStructDetails.h" |
Syntax
class FInstancedStructDetails : public IPropertyTypeCustomization
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FInstancedStructDetails() |
InstancedStructDetails.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FReplacementObjectMap | TMap< UObject *, UObject * > | InstancedStructDetails.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnObjectsReinstancedHandle | FDelegateHandle | InstancedStructDetails.h | ||
| PropUtils | TSharedPtr< IPropertyUtilities > | InstancedStructDetails.h | ||
| StructPicker | TSharedPtr< SInstancedStructPicker > | InstancedStructDetails.h | ||
| StructProperty | TSharedPtr< IPropertyHandle > | Handle to the struct property being edited | InstancedStructDetails.h |
Functions
Public
Overridden from IPropertyTypeCustomization
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CustomizeChildren
(
TSharedRef< IPropertyHandle > StructPropertyHandle, |
InstancedStructDetails.h | ||
virtual void CustomizeHeader
(
TSharedRef< IPropertyHandle > StructPropertyHandle, |
IPropertyTypeCustomization interface | InstancedStructDetails.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< IPropertyTypeCustomization > MakeInstance() |
Makes a new instance of this detail layout class for a specific detail view requesting it | InstancedStructDetails.h |