Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/UMovieSceneControlRigParameterSe-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ForEachParameter
(
TFunction< void(FBaseParameterNameAndValue*)> InCallback |
Sequencer/MovieSceneControlRigParameterSection.h | ||
void ForEachParameter
(
TOptional< ERigControlType > InControlType, |
Sequencer/MovieSceneControlRigParameterSection.h | ||
void ForEachParameter
(
TArray< T >& InParameterArray, |
Sequencer/MovieSceneControlRigParameterSection.h |
ForEachParameter(TFunction< void(FBaseParameterNameAndValue *)>)
| Name | ForEachParameter |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Sequencer/MovieSceneControlRigParameterSection.h |
| Include Path | #include "Sequencer/MovieSceneControlRigParameterSection.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/Sequencer/MovieSceneControlRigParameterSection.cpp |
void ForEachParameter
(
TFunction < void *)> InCallback
)
ForEachParameter(TOptional< ERigControlType >, TFunction< void(FBaseParameterNameAndValue *)>)
| Name | ForEachParameter |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Sequencer/MovieSceneControlRigParameterSection.h |
| Include Path | #include "Sequencer/MovieSceneControlRigParameterSection.h" |
| Source | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Private/Sequencer/MovieSceneControlRigParameterSection.cpp |
void ForEachParameter
(
TOptional < ERigControlType > InControlType,
TFunction < void *)> InCallback
)
ForEachParameter(TArray< T > &, TFunction< void(FBaseParameterNameAndValue *)>)
| Name | ForEachParameter |
| Type | function |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Sequencer/MovieSceneControlRigParameterSection.h |
| Include Path | #include "Sequencer/MovieSceneControlRigParameterSection.h" |
template<typename T>
void ForEachParameter
(
TArray < T > & InParameterArray,
TFunction < void *)> InCallback
)