Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/FIKRetargetRuntimeOverrideManage-
Fast cache for safe numeric casting in the hot path
| Name | ECurveCoercionType |
| Type | enum |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargetOverrideManager.h |
| Include Path | #include "Retargeter/IKRetargetOverrideManager.h" |
Syntax
enum ECurveCoercionType
{
None,
Bool,
Float,
Double,
Int32,
Int64,
Byte,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Bool | |
| Float | |
| Double | |
| Int32 | |
| Int64 | |
| Byte |