Navigation
API > API/Plugins > API/Plugins/IKRig
A wholesale copy of the settings in a retarget op.
| Name | FRetargetOpProfile |
| Type | struct |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/Retargeter/IKRetargetProfile.h |
| Include Path | #include "Retargeter/IKRetargetProfile.h" |
Syntax
USTRUCT (BlueprintType )
struct FRetargetOpProfile
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Retargeter/IKRetargetProfile.h | |||
FRetargetOpProfile
(
const FName InOpName, |
Retargeter/IKRetargetProfile.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OpToApplySettingsTo | FName | * The specific name of the operation in the stack these settings should target. | Retargeter/IKRetargetProfile.h |
|
| SettingsToApply | FInstancedStruct | * The collection of settings to override for a specific operation. | Retargeter/IKRetargetProfile.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Controller | TStrongObjectPtr< UIKRetargetOpControllerBase > | The controller used to edit these op settings by script/blueprint (lazy instantiated when needed) | Retargeter/IKRetargetProfile.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyFromOtherOpProfile
(
const FRetargetOpProfile& OtherOpProfile |
Duplicates all settings from another op profile. | Retargeter/IKRetargetProfile.h | |
bool CopySettingsToOp
(
FInstancedStruct& InOutOpStruct, |
* Applies the stored settings from this profile into the provided operation's instance data. | Retargeter/IKRetargetProfile.h | |
UIKRetargetOpControllerBase * CreateControllerIfNeeded
(
UObject* Outer |
* Helper utility for operations to instantiate and retrieve their associated controller. | Retargeter/IKRetargetProfile.h |