Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/ISCSEditorCustomization
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/ISCSEditorCustomization.h |
| Include | #include "ISCSEditorCustomization.h" |
bool HandleViewportDrag
&40;
const USceneComponent &42; InSceneComponent,
class USceneComponent &42; InComponentTemplate,
const FVector & InDeltaTranslation,
const FRotator & InDeltaRotation,
const FVector & InDeltaScale,
const FVector & InPivot
&41;
Remarks
Handle drag in the viewport true if the operation was handled.
Parameters
| Name | Description |
|---|---|
| InSceneComponent | The scene component being dragged |
| InComponentTemplate | The template corresponding to the scene component |
| InDeltaTranslation | The delta translation being applied |
| InDeltaRotation | The delta rotation being applied |
| InDeltaScale | The delta scale being applied |
| InPivot | The povot point for any transformations |