Navigation
API > API/Plugins > API/Plugins/RigMapper > API/Plugins/RigMapper/FRigMapper
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetDirectValue
(
int32 Index, |
RigMapper.h | ||
bool SetDirectValue
(
const FName& InputName, |
RigMapper.h |
SetDirectValue(int32, double)
| Name | SetDirectValue |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Animation/RigMapper/Source/RigMapper/Public/RigMapper.h |
| Include Path | #include "RigMapper.h" |
| Source | /Engine/Plugins/Experimental/Animation/RigMapper/Source/RigMapper/Private/RigMapper.cpp |
bool SetDirectValue
(
int32 Index,
double Value
)
SetDirectValue(const FName &, double)
| Name | SetDirectValue |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Animation/RigMapper/Source/RigMapper/Public/RigMapper.h |
| Include Path | #include "RigMapper.h" |
| Source | /Engine/Plugins/Experimental/Animation/RigMapper/Source/RigMapper/Private/RigMapper.cpp |
bool SetDirectValue
(
const FName & InputName,
double Value
)