Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/ISCSEditorUICustomization
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
|
When it returns true, overrides the value returned by SSubobjectEditor::GetDesiredVisibility(). | ISCSEditorUICustomization.h | |
|
Called before events that might change the targets of the subobject editor, particularly useful for gathering data to use in a subsequent SelectDefaultSubobject call. | ISCSEditorUICustomization.h | |
|
Gives a customization the opportunity to control what the "default" subobject selection is. | ISCSEditorUICustomization.h | |
|
Decides if this UI Customization provides an overlay for the tree view | ISCSEditorUICustomization.h | |
|
Create an overlay for the tree view widget | ISCSEditorUICustomization.h |
UE_EXPERIMENTAL(5., "Signature may change in the future")
Description
When it returns true, overrides the value returned by SSubobjectEditor::GetDesiredVisibility(). Otherwise, it is ignored.
Setting an override also forces child actor tree view expansion to be enabled.
| Name | UE_EXPERIMENTAL |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/ISCSEditorUICustomization.h |
| Include Path | #include "ISCSEditorUICustomization.h" |
UE_EXPERIMENTAL
(
5. 8,
"Signature may change in the future"
) const
Whether any sorting was attempted
Parameters
| Name | Remarks |
|---|---|
| VisibilityOut | The visibility to return |
UE_EXPERIMENTAL(5., "This function is experimental for now.")
Description
Called before events that might change the targets of the subobject editor, particularly useful for gathering data to use in a subsequent SelectDefaultSubobject call.
| Name | UE_EXPERIMENTAL |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/ISCSEditorUICustomization.h |
| Include Path | #include "ISCSEditorUICustomization.h" |
UE_EXPERIMENTAL
(
5. 8,
"This function is experimental for now."
)
UE_EXPERIMENTAL(5., "This function is experimental for now.")
Description
Gives a customization the opportunity to control what the "default" subobject selection is.
| Name | UE_EXPERIMENTAL |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/ISCSEditorUICustomization.h |
| Include Path | #include "ISCSEditorUICustomization.h" |
UE_EXPERIMENTAL
(
5. 8,
"This function is experimental for now."
)
true if custom selection was performed, false if subobject editor should perform its own default selection (typically selecting root).
UE_EXPERIMENTAL(5., "This function is experimental for now.")
Description
Decides if this UI Customization provides an overlay for the tree view
| Name | UE_EXPERIMENTAL |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/ISCSEditorUICustomization.h |
| Include Path | #include "ISCSEditorUICustomization.h" |
UE_EXPERIMENTAL
(
5. 8,
"This function is experimental for now."
) const
UE_EXPERIMENTAL(5., "This function is experimental for now.")
Description
Create an overlay for the tree view widget
| Name | UE_EXPERIMENTAL |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/ISCSEditorUICustomization.h |
| Include Path | #include "ISCSEditorUICustomization.h" |
UE_EXPERIMENTAL
(
5. 8,
"This function is experimental for now."
) const