bool |
AffectsEditLayers () |
|
bool |
BeginTool ( FEditorViewportClient* Viewpor..., const FLandscapeToolTarget& Target, const FVector& InHitLocation ) |
|
bool |
CanToolBeActivated () |
|
bool |
DisallowMouseDeltaTracking () |
|
void |
EndTool ( FEditorViewportClient* Viewpor... ) |
|
void |
EnterTool () |
|
void |
ExitTool () |
|
EEditAction:... |
GetActionEditCopy () |
|
EEditAction:... |
GetActionEditCut () |
|
EEditAction:... |
GetActionEditDelete () |
|
EEditAction:... |
GetActionEditDuplicate () |
|
EEditAction:... |
GetActionEditPaste () |
|
bool |
GetCursor ( EMouseCursor::Type& OutCursor ) |
|
FText |
GetDisplayMessage () |
|
FText |
GetDisplayName () |
|
bool |
GetOverrideCursorVisibility ( bool& bWantsOverride, bool& bHardwareCursorVisible, bool bSoftwareCursorVisible ) |
Get override cursor visibility settings |
ELandscapeTo... |
GetSupportedTargetTypes () |
|
int32 |
GetToolActionResolutionDelta () |
Returns the resolution difference when the Tool action is applied. |
const TCHAR ... |
GetToolName () |
|
ELandscapeTo... |
GetToolType () |
|
EAxisList::T... |
GetWidgetAxisToDraw ( UE::Widget::EWidgetMode InWidgetMod... ) |
|
FVector |
GetWidgetLocation () |
|
FMatrix |
GetWidgetRotation () |
|
bool |
HandleClick ( HHitProxy* HitProxy, const FViewportClick& Click ) |
|
bool |
HitTrace ( const FVector& TraceStart, const FVector& TraceEnd, FVector& OutHitLocation ) |
|
bool |
InputDelta ( FEditorViewportClient* InViewp..., FViewport* InViewport, FVector& InDrag, FRotator& InRot, FVector& InScale ) |
|
bool |
InputKey ( FEditorViewportClient* InViewp..., FViewport* InViewport, FKey InKey, EInputEvent InEvent ) |
|
bool |
IsSelectionAllowed ( AActor* InActor, bool bInSelection ) |
|
bool |
IsToolActive () |
|
bool |
MouseMove ( FEditorViewportClient* Viewpor..., FViewport* Viewport, int32 x, int32 y ) |
|
bool |
OverrideSelection () |
|
bool |
OverrideWidgetLocation () |
|
bool |
OverrideWidgetRotation () |
|
bool |
PostConvertMouseMovement ( FEditorViewportClient* InViewp... ) |
Called after mouse movement is converted to drag/rot |
bool |
PreConvertMouseMovement ( FEditorViewportClient* InViewp... ) |
Called before mouse movement is converted to drag/rot |
void |
Process ( int32 Index, int32 Arg ) |
Functions which doesn't need Viewport data... |
bool |
ProcessEditCopy () |
|
bool |
ProcessEditCut () |
|
bool |
ProcessEditDelete () |
|
bool |
ProcessEditDuplicate () |
|
bool |
ProcessEditPaste () |
|
void |
Render ( const FSceneView* View, FViewport* Viewport, FPrimitiveDrawInterface* PDI ) |
|
void |
SetCanToolBeActivated ( bool Value ) |
|
void |
SetEditRenderType () |
|
bool |
SupportsComponentSelection () |
|
bool |
SupportsMask () |
|
void |
Tick ( FEditorViewportClient* Viewpor..., float DeltaTime ) |
|
bool |
UseSphereTrace () |
|
bool |
UsesTransformWidget () |
|