Navigation
API > API/Plugins > API/Plugins/PerformanceCaptureCore
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAnimInstance
- URetargetAnimInstance
References
| Module | PerformanceCaptureCore |
| Header | /Engine/Plugins/Animation/PerformanceCaptureCore/Source/PerformanceCaptureCore/Public/RetargetAnimInstance.h |
| Include | #include "RetargetAnimInstance.h" |
Syntax
UCLASS (Transient, NotBlueprintable, BlueprintType, MinimalAPI)
class URetargetAnimInstance : public UAnimInstance
Remarks
Anim Instance.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAnimNode_RetargetPoseFromMesh | RetargetNode | UAnimInstance interface end |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ConfigureAnimInstance
(
UIKRetargeter* InIKRetargetAsset, |
Configure Retarget AnimInstance | |
| FRetargetProfile | Retrieve the current RetargetProfile struct. | ||
| void | UpdateCustomRetargetProfile
(
const FRetargetProfile& InRetargetProfile |
Anim Instance. |
Overridden from UAnimInstance
| Type | Name | Description | |
|---|---|---|---|
| FAnimInstanceProxy * | Override point for derived classes to create their own proxy objects (allows custom allocation) | ||
| void | UAnimInstance interface |