Navigation
API > API/Plugins > API/Plugins/EditorScriptingUtilities
References
| Module | EditorScriptingUtilities |
| Header | /Engine/Plugins/Editor/EditorScriptingUtilities/Source/EditorScriptingUtilities/Public/EditorDialogLibrary.h |
| Include | #include "EditorDialogLibrary.h" |
Syntax
USTRUCT&40;BlueprintType, Category&61;"Editor Scripting &124; Object Dialog"&41;
struct FEditorDialogLibraryObjectDetailsViewOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowSearch | ||
| bool | bShowObjectName | ||
| int32 | MinHeight | The minimum dialog height. | |
| int32 | MinWidth | The minimum dialog width. If zero, default to the medium window width defined by the Editor style. | |
| float | ValueColumnWidthRatio | The column size proportion, between 0 and 1, used to display the property value. |