Class UUxtMoveAxisConstraint
Component for limiting the translation axes for Manipulator
Usage: Attach to actor that the constraint should be applied to.
Inherited Members
Namespace:
Assembly: .dll
Syntax
public: class UUxtMoveAxisConstraint : public xtTransformConstraint
Fields
| Improve this Doc View SourcebUseLocalSpaceForConstraint
Use local or global space for constraint calculations
Declaration
public: bool bUseLocalSpaceForConstraint= false
Field Value
Type | Description |
---|---|
bool |
ConstraintOnMovement
Defines the axis the movement constraint should be applied to.
Declaration
public: int32 ConstraintOnMovement= 0
Field Value
Type | Description |
---|---|
int32 |
Methods
| Improve this Doc View SourceApplyConstraint(FTransform &Transform)
Applies constraints to transforms during manipulation
Declaration
public: virtual void ApplyConstraint(FTransform &Transform) const
Parameters
Type | Name | Description |
---|---|---|
FTransform & | Transform |
Overrides
| Improve this Doc View SourceGetConstraintType()
Enabled manipulation modes.
Declaration
public: virtual EUxtTransformMode GetConstraintType() const
Returns
Type | Description |
---|---|
EUxtTransformMode |