Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMCore > API/Plugins/RigVM/RigVMCore/URigVMNativized
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMNativized.h |
| Include | #include "RigVMCore/RigVMNativized.h" |
Syntax
class FTransformSetter
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTransformSetter
(
FTransform& InOutTransform |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetRotationComponent
(
const uint8 InComponent, |
||
| void | SetRotationW
(
const FTransform::FReal InValue |
||
| void | SetRotationX
(
const FTransform::FReal InValue |
||
| void | SetRotationY
(
const FTransform::FReal InValue |
||
| void | SetRotationZ
(
const FTransform::FReal InValue |
||
| void | SetScaleComponent
(
const uint8 InComponent, |
||
| void | SetScaleX
(
const FTransform::FReal InValue |
||
| void | SetScaleY
(
const FTransform::FReal InValue |
||
| void | SetScaleZ
(
const FTransform::FReal InValue |
||
| void | SetTranslationComponent
(
const uint8 InComponent, |
||
| void | SetTranslationX
(
const FTransform::FReal InValue |
||
| void | SetTranslationY
(
const FTransform::FReal InValue |
||
| void | SetTranslationZ
(
const FTransform::FReal InValue |