Navigation
API > API/Plugins > API/Plugins/RigLogicModule
References
| Module | RigLogicModule |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicModule/Public/RigInstance.h |
| Include | #include "RigInstance.h" |
Syntax
class FRigInstance
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigInstance
(
FRigLogic* RigLogic |
|||
FRigInstance
(
const FRigInstance& |
|||
FRigInstance
(
FRigInstance&& |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArrayView< const float > | |||
| TArrayView< const float > | |||
| float | GetGUIControl
(
uint16 Index |
||
| uint16 | |||
| TArrayView< const float > | |||
| FTransformArrayView | |||
| uint16 | GetLOD () |
||
| float | GetMLControl
(
uint16 Index |
||
| uint16 | |||
| TArrayView< const float > | |||
| uint16 | |||
| float | GetNeuralNetworkMask
(
uint16 NeuralNetIndex |
||
| float | GetPSDControl
(
uint16 Index |
||
| uint16 | |||
| TArrayView< const float > | |||
| float | GetRawControl
(
uint16 Index |
||
| uint16 | |||
| TArrayView< const float > | |||
| TArrayView< const float > | |||
| void | SetGUIControl
(
uint16 Index, |
||
| void | SetGUIControlValues
(
const float* Values |
||
| void | SetLOD
(
uint16 LOD |
||
| void | SetNeuralNetworkMask
(
uint16 NeuralNetIndex, |
||
| void | SetRawControl
(
uint16 Index, |
||
| void | SetRawControlValues
(
const float* Values |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FRigInstance & | operator=
(
const FRigInstance& |
||
| FRigInstance & | operator=
(
FRigInstance&& |