Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/UIKRetargeterController
Description
- Changes the underlying data type of a variable. This may clear existing bindings if types become incompatible.
| Name | SetVariableType |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/IKRetargeterController.h |
| Include Path | #include "RetargetEditor/IKRetargeterController.h" |
| Source | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Private/RetargetEditor/IKRetargeterController.cpp |
bool SetVariableType
(
const FName InVariableName,
const FEdGraphPinType & NewPinType
) const