Navigation
API > API/Plugins > API/Plugins/ControlRig
Parameter buffer structure containing any number of control values arranged by type and name
| Name | FControlRigParameterValues |
| Type | struct |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Sequencer/MovieSceneControlRigParameterBuffer.h |
| Include Path | #include "Sequencer/MovieSceneControlRigParameterBuffer.h" |
Syntax
struct FControlRigParameterValues
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FControlRigParameterValues
(
EControlRigParameterBufferIndexStability IndexStability |
Sequencer/MovieSceneControlRigParameterBuffer.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FControlRigParameterValues() |
Sequencer/MovieSceneControlRigParameterBuffer.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Headers | FControlRigParameterValueHeader | Sequencer/MovieSceneControlRigParameterBuffer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Sequencer/MovieSceneControlRigParameterBuffer.h | |||
| Sequencer/MovieSceneControlRigParameterBuffer.h | |||
void AddCurrentValue
(
UControlRig* Rig, |
Sequencer/MovieSceneControlRigParameterBuffer.h | ||
void ApplyAndRemove
(
UControlRig* Rig, |
Sequencer/MovieSceneControlRigParameterBuffer.h | ||
void ApplyTo
(
UControlRig* Rig |
Sequencer/MovieSceneControlRigParameterBuffer.h | ||
void CopyFrom
(
const FControlRigParameterValues& Other, |
Sequencer/MovieSceneControlRigParameterBuffer.h | ||
| Sequencer/MovieSceneControlRigParameterBuffer.h | |||
FControlRigValueView Find
(
FName Name |
Sequencer/MovieSceneControlRigParameterBuffer.h | ||
| Sequencer/MovieSceneControlRigParameterBuffer.h | |||
FControlRigValueView FindParameter
(
FName Name |
Sequencer/MovieSceneControlRigParameterBuffer.h | ||
const FControlRigParameterValueHeader & GetHeader
(
EControlRigControlType InType |
Sequencer/MovieSceneControlRigParameterBuffer.h | ||
FControlRigParameterValueHeader & GetHeader
(
EControlRigControlType InType |
Sequencer/MovieSceneControlRigParameterBuffer.h | ||
bool InitializeParameters
(
UControlRig* Rig, |
Sequencer/MovieSceneControlRigParameterBuffer.h | ||
void OptimizeForLookup() |
Sequencer/MovieSceneControlRigParameterBuffer.h | ||
void PopulateFrom
(
UControlRig* Rig |
Sequencer/MovieSceneControlRigParameterBuffer.h | ||
void Reset() |
Sequencer/MovieSceneControlRigParameterBuffer.h |