public/0.12.xpublic/0.8.xpublic/0.9.xpublic/0.11.x
  • Features
  • API Documentation
  • API Documentation
  • IUxtFarHandler

    Show / Hide Table of Contents
    • AUxtBasePressableButtonActor
    • AUxtHandInteractionActor
    • AUxtInputSimulationActor
    • AUxtPinchSliderActor
    • AUxtPressableButtonActor
    • AUxtPressableCheckButtonActor
    • AUxtPressableRadioButtonActor
    • AUxtPressableSwitchButtonActor
    • AUxtPressableToggleButtonActor
    • AUxtTextRenderActor
    • FScrollingCollectionProperties
    • FUxtAffordanceConfig
    • FUxtAffordanceInstance
    • FUxtButtonAudioBrush
    • FUxtButtonBrush
    • FUxtButtonVisualsBrush
    • FUxtFontCharacter
    • FUxtGrabPointerData
    • FUxtGrabPointerFocus
    • FUxtHandProximityMeshData
    • FUxtIconBrush
    • FUxtIconBrushCustomization
    • FUxtInputAnimationUtils
    • FUxtInputSimulationHandState
    • FUxtInteractionUtils
    • FUXToolsEditorModule
    • FUXToolsModule
    • FUXToolsShadersModule
    • FUXToolsWMRModule
    • FUxtPointerFocus
    • FUxtPointerFocusSearchResult
    • FUxtPokePointerFocus
    • FUxtPressableButtonComponentVisualizer
    • FUxtRuntimeSettingsButtonSet
    • FUxtTextBrush
    • FUxtTooltipSpawnerComponentVisualizer
    • FUxtWmrHandTracker
    • IUxtCollectionObject
    • IUxtFarHandler
    • IUxtFarTarget
    • IUxtGrabHandler
    • IUxtGrabTarget
    • IUxtHandTracker
    • IUxtPokeHandler
    • IUxtPokeTarget
    • UUxtBaseObjectCollection
    • UUxtBoundsControlComponent
    • UUxtBoundsControlConfig
    • UUxtCollectionObject
    • UUxtFaceUserConstraint
    • UUxtFarBeamComponent
    • UUxtFarCursorComponent
    • UUxtFarHandler
    • UUxtFarPointerComponent
    • UUxtFarTarget
    • UUxtFingerCursorComponent
    • UUxtFixedDistanceConstraint
    • UUxtFixedRotationToUserConstraint
    • UUxtFixedRotationToWorldConstraint
    • UUxtFollowComponent
    • UUxtFunctionLibrary
    • UUxtGrabHandler
    • UUxtGrabPointerDataFunctionLibrary
    • UUxtGrabTarget
    • UUxtGrabTargetComponent
    • UUxtHandConstraintComponent
    • UUxtHandTrackingFunctionLibrary
    • UUxtIconBrushEditorUtilityWidget
    • UUxtInputSimulationHeadMovementComponent
    • UUxtInputSimulationLocalPlayerSubsystem
    • UUxtInputSimulationState
    • UUxtInputSubsystem
    • UUxtInternalFunctionLibrary
    • UUxtMaintainApparentSizeConstraint
    • UUxtManipulatorComponentBase
    • UUxtMathUtilsFunctionLibrary
    • UUxtMoveAxisConstraint
    • UUxtNearPointerComponent
    • UUxtPalmUpConstraintComponent
    • UUxtPinchSliderComponent
    • UUxtPointerComponent
    • UUxtPokeHandler
    • UUxtPokeTarget
    • UUxtPressableButtonComponent
    • UUxtRotationAxisConstraint
    • UUxtRuntimeSettings
    • UUxtTapToPlaceComponent
    • UUxtTextRenderComponent
    • UUxtToggleGroupComponent
    • UUxtTouchableVolumeComponent
    • UUxtTouchBasedHandTrackerComponent
    • UUxtTouchBasedHandTrackerSubsystem
    • UUxtTransformConstraint
    • UUxtUIElementComponent
    • UUxtWidgetComponent
    • UxtConstraintManager
    • UxtManipulationMoveLogic
    • UXTools
    • UXToolsEditor
    • UXToolsInputSimulation
    • UXToolsRuntimeSettings
    • UXToolsShaders
    • UXToolsWMR
    • UxtTwoHandManipulationRotateLogic
    • UxtTwoHandManipulationScaleLogic

    Class IUxtFarHandler

    Interface to be implemented by components to handle far interactions.

    Inheritance
    System::Object
    IUxtFarHandler
    Namespace:
    Assembly: .dll
    Syntax
    public: class IUxtFarHandler

    Methods

    | Improve this Doc View Source

    CanHandleFar(UPrimitiveComponent *Primitive)

    Returns true if the this can handle events from this primitive.

    Declaration
    public: bool CanHandleFar(UPrimitiveComponent *Primitive) const
    Parameters
    Type Name Description
    UPrimitiveComponent * Primitive
    Returns
    Type Description
    bool
    | Improve this Doc View Source

    OnEnterFarFocus(UUxtFarPointerComponent *Pointer)

    Raised when a far pointer starts focusing a primitive.

    Declaration
    public: void OnEnterFarFocus(UUxtFarPointerComponent *Pointer)
    Parameters
    Type Name Description
    UUxtFarPointerComponent * Pointer
    | Improve this Doc View Source

    OnExitFarFocus(UUxtFarPointerComponent *Pointer)

    Raised when a far pointer stops focusing a primitive.

    Declaration
    public: void OnExitFarFocus(UUxtFarPointerComponent *Pointer)
    Parameters
    Type Name Description
    UUxtFarPointerComponent * Pointer
    | Improve this Doc View Source

    OnFarDragged(UUxtFarPointerComponent *Pointer)

    Raised when a focusing far pointer is dragged.

    Declaration
    public: void OnFarDragged(UUxtFarPointerComponent *Pointer)
    Parameters
    Type Name Description
    UUxtFarPointerComponent * Pointer
    | Improve this Doc View Source

    OnFarPressed(UUxtFarPointerComponent *Pointer)

    Raised when a focusing far pointer is pressed.

    Declaration
    public: void OnFarPressed(UUxtFarPointerComponent *Pointer)
    Parameters
    Type Name Description
    UUxtFarPointerComponent * Pointer
    | Improve this Doc View Source

    OnFarReleased(UUxtFarPointerComponent *Pointer)

    Raised when a focusing far pointer is released.

    Declaration
    public: void OnFarReleased(UUxtFarPointerComponent *Pointer)
    Parameters
    Type Name Description
    UUxtFarPointerComponent * Pointer
    | Improve this Doc View Source

    OnUpdatedFarFocus(UUxtFarPointerComponent *Pointer)

    Raised when a focusing far pointer is updated.

    Declaration
    public: void OnUpdatedFarFocus(UUxtFarPointerComponent *Pointer)
    Parameters
    Type Name Description
    UUxtFarPointerComponent * Pointer
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • CanHandleFar(UPrimitiveComponent *Primitive)
      • OnEnterFarFocus(UUxtFarPointerComponent *Pointer)
      • OnExitFarFocus(UUxtFarPointerComponent *Pointer)
      • OnFarDragged(UUxtFarPointerComponent *Pointer)
      • OnFarPressed(UUxtFarPointerComponent *Pointer)
      • OnFarReleased(UUxtFarPointerComponent *Pointer)
      • OnUpdatedFarFocus(UUxtFarPointerComponent *Pointer)
    Back to top Generated by DocFX