Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/FIKRetargetOpBase
Description
Wholesale copy all settings from the input settings into this op. NOTE: InSettings is assumed to be castable to the type returned by GetSettingsType() NOTE: be careful calling this on an initialized op as it may invalidate it's runtime state (use SetSettings instead)
| Name | CopySettingsRaw |
| Type | function |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargetOps.h |
| Include Path | #include "Retargeter/IKRetargetOps.h" |
| Source | /Engine/Plugins/Animation/IKRig/Source/IKRig/Private/Retargeter/IKRetargetOps.cpp |
void CopySettingsRaw
(
const FIKRetargetOpSettingsBase * InSettings,
const TArray < FName > & InPropertiesToIgnore
)