Navigation
Unreal Engine C++ API Reference > Plugins > ControlRig > Rigs
References
Module | ControlRig |
Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Rigs/RigCurveContainer.h |
Include | #include "Rigs/RigCurveContainer.h" |
Syntax
USTRUCT&40;&41;
struct FRigCurveContainer
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FRigCurveContainer
(
FRigCurveContainer&& InOther |
Pretty weird that this type is copy/move assignable (needed for USTRUCTs) but not copy/move constructible. | |
![]() |
FRigCurveContainer
(
const FRigCurveContainer& InOther |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
FRigCurve & | ||
![]() |
TArray< FRigCurve >::RangedForIteratorType | begin () |
|
![]() ![]() |
TArray< FRigCurve >::RangedForConstIteratorType | begin () |
|
![]() |
TArray< FRigCurve >::RangedForIteratorType | end () |
|
![]() ![]() |
TArray< FRigCurve >::RangedForConstIteratorType | end () |
Operators
Type | Name | Description | |
---|---|---|---|
![]() |
FRigCurveContainer & | operator=
(
FRigCurveContainer&& InOther |
|
![]() |
FRigCurveContainer & | operator=
(
const FRigCurveContainer& InOther |