public/0.12.xpublic/0.8.xpublic/0.9.xpublic/0.10.x

    Show / Hide Table of Contents

    Class UUxtRotationAxisConstraint

    Component for limiting the rotation axes for Manipulator

    Usage: Attach to actor that the constraint should be applied to.

    Inheritance
    System::Object
    UActorComponent
    UUxtTransformConstraint
    UUxtRotationAxisConstraint
    Inherited Members
    UUxtTransformConstraint::HandType
    UUxtTransformConstraint::Initialize(const FTransform &WorldPose)
    UUxtTransformConstraint::InteractionMode
    UUxtTransformConstraint::TargetComponent
    UUxtTransformConstraint::WorldPoseOnManipulationStart
    Namespace:
    Assembly: .dll
    Syntax
    public: class UUxtRotationAxisConstraint : public xtTransformConstraint

    Fields

    | Improve this Doc View Source

    bUseLocalSpaceForConstraint

    Use local or global space for constraint calculations

    Declaration
    public: bool bUseLocalSpaceForConstraint= false
    Field Value
    Type Description
    bool
    | Improve this Doc View Source

    ConstraintOnRotation

    Defines the axis the rotation constraint should be applied to.

    Declaration
    public: int32 ConstraintOnRotation= 0
    Field Value
    Type Description
    int32

    Methods

    | Improve this Doc View Source

    ApplyConstraint(FTransform &Transform)

    Applies constraints to transforms during manipulation

    Declaration
    public: virtual void ApplyConstraint(FTransform &Transform) const
    Parameters
    Type Name Description
    FTransform & Transform
    Overrides
    UUxtTransformConstraint::ApplyConstraint(FTransform &Transform)
    | Improve this Doc View Source

    GetConstraintType()

    Enabled manipulation modes.

    Declaration
    public: virtual EUxtTransformMode GetConstraintType() const
    Returns
    Type Description
    EUxtTransformMode
    Overrides
    UUxtTransformConstraint::GetConstraintType()
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • bUseLocalSpaceForConstraint
      • ConstraintOnRotation
    • Methods
      • ApplyConstraint(FTransform &Transform)
      • GetConstraintType()
    Back to top Generated by DocFX