Navigation
API > API/Plugins > API/Plugins/IKRigEditor
| Name | FIKRetargetPoseExporter |
| Type | class |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/IKRetargetPoseExporter.h |
| Include Path | #include "RetargetEditor/IKRetargetPoseExporter.h" |
Syntax
class FIKRetargetPoseExporter : public TSharedFromThis< FIKRetargetPoseExporter >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FIKRetargetPoseExporter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIKRetargetPoseExporter() |
RetargetEditor/IKRetargetPoseExporter.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FrameOfSequenceToImport | int32 | RetargetEditor/IKRetargetPoseExporter.h | ||
| ImportedPoseName | FText | RetargetEditor/IKRetargetPoseExporter.h | ||
| ImportPoseFromSequenceWindow | TSharedPtr< SWindow > | RetargetEditor/IKRetargetPoseExporter.h | ||
| ImportPoseWindow | TSharedPtr< SWindow > | RetargetEditor/IKRetargetPoseExporter.h | ||
| PosesInSelectedAsset | TArray< TSharedPtr< FName > > | RetargetEditor/IKRetargetPoseExporter.h | ||
| RetargetPoseToImport | FSoftObjectPath | RetargetEditor/IKRetargetPoseExporter.h | ||
| SelectedPose | TSharedPtr< FName > | RetargetEditor/IKRetargetPoseExporter.h | ||
| SequenceToImportAsPose | FSoftObjectPath | RetargetEditor/IKRetargetPoseExporter.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Controller | TWeakPtr< FIKRetargetEditorController > | RetargetEditor/IKRetargetPoseExporter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void HandleExportPoseAsset() |
Export retarget pose to asset | RetargetEditor/IKRetargetPoseExporter.h | |
void HandleImportFromPoseAsset() |
Import retarget pose from asset | RetargetEditor/IKRetargetPoseExporter.h | |
void HandleImportFromSequenceAsset() |
Import retarget pose from animation sequence | RetargetEditor/IKRetargetPoseExporter.h | |
FReply ImportPoseAsset() |
RetargetEditor/IKRetargetPoseExporter.h | ||
void Initialize
(
TSharedPtr< FIKRetargetEditorController > InController |
RetargetEditor/IKRetargetPoseExporter.h | ||
TSharedRef< SWidget > OnGeneratePoseComboWidget
(
TSharedPtr< FName > Item |
RetargetEditor/IKRetargetPoseExporter.h | ||
FReply OnImportPoseFromSequence() |
RetargetEditor/IKRetargetPoseExporter.h | ||
void OnPoseAssetSelected
(
const FAssetData& SelectedAsset |
RetargetEditor/IKRetargetPoseExporter.h | ||
void OnSelectPoseFromPoseAsset
(
TSharedPtr< FName > Item, |
RetargetEditor/IKRetargetPoseExporter.h | ||
void OnSequenceSelectedForPose
(
const FAssetData& SelectedAsset |
RetargetEditor/IKRetargetPoseExporter.h | ||
bool OnShouldFilterPoseToImport
(
const FAssetData& AssetData |
RetargetEditor/IKRetargetPoseExporter.h | ||
bool OnShouldFilterSequenceToImport
(
const FAssetData& AssetData |
RetargetEditor/IKRetargetPoseExporter.h | ||
void RefreshPoseList() |
RetargetEditor/IKRetargetPoseExporter.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void NotifyUser
(
const FText& Message, |
RetargetEditor/IKRetargetPoseExporter.h |