Navigation
API > API/Editor > API/Editor/StructUtilsEditor
The public interface to this module
| Name | FStructUtilsEditorModule |
| Type | class |
| Header File | /Engine/Source/Editor/StructUtilsEditor/Public/StructUtilsEditorModule.h |
| Include Path | #include "StructUtilsEditorModule.h" |
Syntax
class FStructUtilsEditorModule :
public IModuleInterface ,
public FStructureEditorUtils::INotifyOnStructChanged
Inheritance Hierarchy
- FStructureEditorUtils::INotifyOnStructChanged → FStructUtilsEditorModule
Implements Interfaces
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HierarchyViewModelMap | TMap< TWeakObjectPtr< UPropertyBagHierarchyRoot >, TWeakPtr< FPropertyBagHierarchyViewModelOwner > > | View model owner lookup by hierarchy root. | StructUtilsEditorModule.h | |
| HierarchyViewModelPropertyEditorPolicy | TUniquePtr< FPropertyBagHierarchyViewModelPropertyEditorPolicy > | StructUtilsEditorModule.h | ||
| PostGarbageCollectHandle | FDelegateHandle | StructUtilsEditorModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< FPropertyBagHierarchyViewModelOwner > AcquireHierarchyViewModel
(
UPropertyBagHierarchyRoot* InHierarchyRoot, |
Returns a shared owner of the hierarchy view model for the given root, creating one if needed. | StructUtilsEditorModule.h |
Public Virtual
Overridden from IModuleInterface
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ShutdownModule() |
StructUtilsEditorModule.h | ||
virtual void StartupModule() |
StructUtilsEditorModule.h |
Protected Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostChange
(
const UUserDefinedStruct* Struct, |
StructUtilsEditorModule.h | ||
virtual void PreChange
(
const UUserDefinedStruct* Struct, |
INotifyOnStructChanged. | StructUtilsEditorModule.h |