Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FKinematicTarget
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetTargetMode
(
const FRigidTransform3& InTarget |
Use transform target mode and set the transform target | Chaos/KinematicTargets.h | |
void SetTargetMode
(
const FVec3& X, |
Use transform target mode and set the transform target | Chaos/KinematicTargets.h |
SetTargetMode(const FRigidTransform3 &)
Description
Use transform target mode and set the transform target
| Name | SetTargetMode |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/KinematicTargets.h |
| Include Path | #include "Chaos/KinematicTargets.h" |
void SetTargetMode
(
const FRigidTransform3 & InTarget
)
SetTargetMode(const FVec3 &, const FRotation3f &)
Description
Use transform target mode and set the transform target
| Name | SetTargetMode |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/KinematicTargets.h |
| Include Path | #include "Chaos/KinematicTargets.h" |
void SetTargetMode
(
const FVec3 & X,
const FRotation3f & R
)