Navigation
API > API/Plugins > API/Plugins/IKRigEditor > API/Plugins/IKRigEditor/RetargetEditor
Inheritance Hierarchy
- TSharedFromThis
- FIKRetargetPoseExporter
References
| Module | IKRigEditor |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/IKRetargetPoseExporter.h |
| Include | #include "RetargetEditor/IKRetargetPoseExporter.h" |
Syntax
class FIKRetargetPoseExporter : public TSharedFromThis< FIKRetargetPoseExporter >
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | FrameOfSequenceToImport | ||
| FText | ImportedPoseName | ||
| TSharedPtr< SWindow > | ImportPoseFromSequenceWindow | ||
| TSharedPtr< SWindow > | ImportPoseWindow | ||
| TArray< TSharedPtr< FName > > | PosesInSelectedAsset | ||
| FSoftObjectPath | RetargetPoseToImport | ||
| TSharedPtr< FName > | SelectedPose | ||
| FSoftObjectPath | SequenceToImportAsPose |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Export retarget pose to asset | ||
| void | Import retarget pose from asset | ||
| void | Import retarget pose from animation sequence | ||
| FReply | |||
| void | Initialize
(
TSharedPtr< FIKRetargetEditorController > InController |
||
| TSharedRef< SWidget > | OnGeneratePoseComboWidget
(
TSharedPtr< FName > Item |
||
| FReply | |||
| void | OnPoseAssetSelected
(
const FAssetData& SelectedAsset |
||
| void | OnSelectPoseFromPoseAsset
(
TSharedPtr< FName > Item, |
||
| void | OnSequenceSelectedForPose
(
const FAssetData& SelectedAsset |
||
| bool | OnShouldFilterPoseToImport
(
const FAssetData& AssetData |
||
| bool | OnShouldFilterSequenceToImport
(
const FAssetData& AssetData |
||
| void |