Navigation
API > API/Plugins > API/Plugins/IKRigEditor
| Name | FChainMapListConfig |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/SIKRetargetChainMapList.h |
| Include Path | #include "RetargetEditor/SIKRetargetChainMapList.h" |
Syntax
struct FChainMapListConfig
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnableChainMapping | bool | Whether to allow remapping target chains to source chains | RetargetEditor/SIKRetargetChainMapList.h | |
| bEnableGoalColumn | bool | Whether to show the column for IK goals or not | RetargetEditor/SIKRetargetChainMapList.h | |
| ChainSettingsGetterFunc | TFunction< UObject *(FName)> | A callback to get the chain settings for a given chain | RetargetEditor/SIKRetargetChainMapList.h | |
| Controller | TWeakObjectPtr< UIKRetargeterController > | The asset controller that owns the op | RetargetEditor/SIKRetargetChainMapList.h | |
| Filter | FChainMapFilterOptions | The default filter options for the list | RetargetEditor/SIKRetargetChainMapList.h | |
| OpWithChainMapping | FName | The name of the op that owns the chain mapping | RetargetEditor/SIKRetargetChainMapList.h | |
| OpWithChainSettings | FName | The name of the op that owns the chain settings | RetargetEditor/SIKRetargetChainMapList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
RetargetEditor/SIKRetargetChainMapList.h |