FCRSimPointConstraint

Windows
MacOS
Linux

References

Module

ControlRig

Header

/Engine/Plugins/Experimental/ControlRig/Source/ControlRig/Public/Math/Simulation/CRSimPointConstraint.h

Include

#include "Math/Simulation/CRSimPointConstraint.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FCRSimPointConstraint

Variables

Name Description

Public variable UProperty

FVector

 

DataA

The first data member for the constraint.

Public variable UProperty

FVector

 

DataB

The second data member for the constraint.

Public variable UProperty

int32

 

SubjectA

The first point affected by this constraint

Public variable UProperty

int32

 

SubjectB

The (optional) second point affected by this constraint This is currently only used for the distance constraint

Public variable UProperty

ECRSimConstrain...

 

Type

The type of the constraint

Constructors

Name Description

Public function

FCRSimPointConstraint()

Functions

Name Description

Public function Const

void

 

Apply

(
    FCRSimPoint& OutPointA,
    FCRSimPoint& OutPointB
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss