Navigation
API > API/Plugins > API/Plugins/IKRig
| 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 |
|---|---|---|---|---|
| Controller | TStrongObjectPtr< UIKRetargetOpControllerBase > | The controller used to edit these op settings by script/blueprint (lazy instantiated when needed) | Retargeter/IKRetargetProfile.h | |
| OpToApplySettingsTo | FName | The name of the op these settings should be applied to. | Retargeter/IKRetargetProfile.h |
|
| SettingsToApply | FInstancedStruct | The settings to override for a specific op in the retargeter's op stack. | Retargeter/IKRetargetProfile.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyFromOtherOpProfile
(
const FRetargetOpProfile& OtherOpProfile |
Retargeter/IKRetargetProfile.h | ||
bool CopySettingsToOp
(
FInstancedStruct& InOutOpStruct, |
Copies the settings from the profile into the given Op instanced struct. | Retargeter/IKRetargetProfile.h | |
UIKRetargetOpControllerBase * CreateControllerIfNeeded
(
UObject* Outer |
Helper function for ops to instantiate their own controller | Retargeter/IKRetargetProfile.h |