public/0.12.xpublic/0.9.xpublic/0.10.xpublic/0.11.x
  • Guides
  • API Documentation
  • API Documentation
  • UUxtFingerCursorComponent

    Show / Hide Table of Contents
    • AUxtHandInteractionActor
    • AUxtInputSimulationActor
    • FUxtBoundingBoxAffordanceInfo
    • FUxtBoundingBoxPresetUtils
    • FUxtGrabPointerData
    • FUxtGrabPointerFocus
    • FUxtInteractionUtils
    • FUXToolsEditorModule
    • FUXToolsModule
    • FUXToolsWMRModule
    • FUxtPointerFocus
    • FUxtPointerFocusSearchResult
    • FUxtPokePointerFocus
    • FUxtPressableButtonComponentVisualizer
    • FUxtRuntimeSettingsButtonSet
    • FUxtWmrHandTracker
    • IUxtFarTarget
    • IUxtGrabTarget
    • IUxtHandTracker
    • IUxtPokeTarget
    • UUxtBoundingBoxManipulatorComponent
    • UUxtFarBeamComponent
    • UUxtFarCursorComponent
    • UUxtFarPointerComponent
    • UUxtFarTarget
    • UUxtFingerCursorComponent
    • UUxtFollowComponent
    • UUxtFunctionLibrary
    • UUxtGrabPointerDataFunctionLibrary
    • UUxtGrabTarget
    • UUxtGrabTargetComponent
    • UUxtHandTrackingFunctionLibrary
    • UUxtInputSimulationHeadMovementComponent
    • UUxtInputSimulationLocalPlayerSubsystem
    • UUxtManipulatorComponentBase
    • UUxtMathUtilsFunctionLibrary
    • UUxtNearPointerComponent
    • UUxtPokeTarget
    • UUxtPressableButtonComponent
    • UUxtRuntimeSettings
    • UxtManipulationMoveLogic
    • UXTools
    • UXToolsEditor
    • UXToolsInputSimulation
    • UXToolsRuntimeSettings
    • UXToolsWMR
    • UxtTwoHandManipulationRotateLogic
    • UxtTwoHandManipulationScaleLogic

    Class UUxtFingerCursorComponent

    When added to an actor with a near pointer, this component displays a ring cursor oriented towards the current poke target and scaled according to the distance.

    Inheritance
    System::Object
    UUxtRingCursorComponent
    UUxtFingerCursorComponent
    Namespace:
    Assembly: .dll
    Syntax
    public: class UUxtFingerCursorComponent

    Constructors

    | Improve this Doc View Source

    UUxtFingerCursorComponent()

    Declaration
    public: UUxtFingerCursorComponent()

    Fields

    | Improve this Doc View Source

    MaxDistanceToTarget

    Maximum distance to the pointer target at which the cursor should be displayed.

    Declaration
    public: float MaxDistanceToTarget= 20.0f
    Field Value
    Type Description
    float
    | Improve this Doc View Source

    MaxRadius

    Cursor radius at the maximum distance to the target.

    Declaration
    public: float MaxRadius= 0.85f
    Field Value
    Type Description
    float
    | Improve this Doc View Source

    MinRadius

    Cursor radius when in contact with the target.

    Declaration
    public: float MinRadius= 0.15f
    Field Value
    Type Description
    float

    Methods

    | Improve this Doc View Source

    BeginPlay()

    Declaration
    protected: virtual void BeginPlay() override
    | Improve this Doc View Source

    TickComponent(float DeltaTime, ELevelTick TickType, FActorComponentTickFunction *ThisTickFunction)

    Declaration
    protected: virtual void TickComponent(float DeltaTime, ELevelTick TickType, FActorComponentTickFunction *ThisTickFunction) override
    Parameters
    Type Name Description
    float DeltaTime
    ELevelTick TickType
    FActorComponentTickFunction * ThisTickFunction
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UUxtFingerCursorComponent()
    • Fields
      • MaxDistanceToTarget
      • MaxRadius
      • MinRadius
    • Methods
      • BeginPlay()
      • TickComponent(float DeltaTime, ELevelTick TickType, FActorComponentTickFunction *ThisTickFunction)
    Back to top Generated by DocFX