Navigation
API > API/Plugins > API/Plugins/IKRigEditor
| Name | FIKRetargetDefaultMode |
| Type | class |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRigEditor/Public/RetargetEditor/IKRetargetDefaultMode.h |
| Include Path | #include "RetargetEditor/IKRetargetDefaultMode.h" |
Syntax
class FIKRetargetDefaultMode : public IPersonaEditMode
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIKRetargetDefaultMode() |
RetargetEditor/IKRetargetDefaultMode.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ModeName | FName | RetargetEditor/IKRetargetDefaultMode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsInitialized | bool | RetargetEditor/IKRetargetDefaultMode.h | ||
| bIsTranslating | bool | RetargetEditor/IKRetargetDefaultMode.h | ||
| CurrentWidgetMode | UE::Widget::EWidgetMode | RetargetEditor/IKRetargetDefaultMode.h | ||
| EditorController | TWeakPtr< FIKRetargetEditorController > | The hosting app | RetargetEditor/IKRetargetDefaultMode.h | |
| SkeletonMode | ERetargetSourceOrTarget | The skeleton currently being edited | RetargetEditor/IKRetargetDefaultMode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Enter() |
RetargetEditor/IKRetargetDefaultMode.h | ||
virtual void Exit() |
RetargetEditor/IKRetargetDefaultMode.h | ||
virtual IPersonaPreviewScene & GetAnimPreviewScene() |
RetargetEditor/IKRetargetDefaultMode.h | ||
virtual bool GetCameraTarget
(
FSphere& OutTarget |
IPersonaEditMode interface | RetargetEditor/IKRetargetDefaultMode.h | |
virtual bool HandleClick
(
FEditorViewportClient* InViewportClient, |
RetargetEditor/IKRetargetDefaultMode.h | ||
virtual void Initialize() |
END IPersonaEditMode interface FEdMode interface | RetargetEditor/IKRetargetDefaultMode.h | |
virtual bool IsCompatibleWith
(
FEditorModeID OtherModeID |
RetargetEditor/IKRetargetDefaultMode.h | ||
virtual void Render
(
const FSceneView* View, |
RetargetEditor/IKRetargetDefaultMode.h | ||
void SetEditorController
(
const TSharedPtr< FIKRetargetEditorController > InEditorController |
Glue for all the editor parts to communicate | RetargetEditor/IKRetargetDefaultMode.h | |
virtual void Tick
(
FEditorViewportClient* ViewportClient, |
RetargetEditor/IKRetargetDefaultMode.h |