Navigation
API > API/Editor > API/Editor/Kismet
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/ISCSEditorCustomization.h |
| Include | #include "ISCSEditorCustomization.h" |
Syntax
class ISCSEditorCustomization
Remarks
Customization class that allows per-component type handling of various SCS editor functionality.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | HandleGetWidgetLocation
(
const USceneComponent* InSceneComponent, |
Get the widget location for this scene component | |
| bool | HandleGetWidgetTransform
(
const USceneComponent* InSceneComponent, |
Get the widget transform for this scene component | |
| bool | HandleViewportClick
(
const TSharedRef< FEditorViewportClient >& InViewportClient, |
Process click in the viewport. | |
| bool | HandleViewportDrag
(
const USceneComponent* InSceneComponent, |
Handle drag in the viewport |