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

    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 UUxtFarBeamComponent

    When added to an actor with a far pointer, this component displays a beam from the pointer ray start to the current hit point.

    Inheritance
    System::Object
    UStaticMeshComponent
    UUxtFarBeamComponent
    Namespace:
    Assembly: .dll
    Syntax
    public: class UUxtFarBeamComponent

    Constructors

    | Improve this Doc View Source

    UUxtFarBeamComponent()

    Declaration
    public: UUxtFarBeamComponent()

    Fields

    | Improve this Doc View Source

    HoverDistance

    Distance over the hit surface to place beam end at.

    Declaration
    public: float HoverDistance= 0.5f
    Field Value
    Type Description
    float

    Methods

    | Improve this Doc View Source

    BeginPlay()

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

    EndPlay(const EEndPlayReason::Type EndPlayReason)

    Declaration
    public: virtual void EndPlay(const EEndPlayReason::Type EndPlayReason) override
    Parameters
    Type Name Description
    const EEndPlayReason::Type EndPlayReason
    | Improve this Doc View Source

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

    Declaration
    public: 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
      • UUxtFarBeamComponent()
    • Fields
      • HoverDistance
    • Methods
      • BeginPlay()
      • EndPlay(const EEndPlayReason::Type EndPlayReason)
      • TickComponent(float DeltaTime, ELevelTick TickType, FActorComponentTickFunction *ThisTickFunction)
    Back to top Generated by DocFX