FPoseCorrectivesEditorToolkit

Inheritance Hierarchy

References

Module

PoseCorrectivesEditor

Header

/Engine/Plugins/Experimental/Animation/PoseCorrectives/Source/PoseCorrectivesEditor/Public/PoseCorrectivesEditorToolkit.h

Include

#include "PoseCorrectivesEditorToolkit.h"

Syntax

class FPoseCorrectivesEditorToolkit :
    public FPersonaAssetEditorToolkit,
    public IHasPersonaToolkit,
    public FGCObject,
    public FSelfRegisteringEditorUndoClient,
    public FTickableEditorObject

Constructors

Destructors

Functions

Name Description

Public function Const

TSharedRef< ...

 

GetController()

Public function

void

 

HandleAnimationSequenceBrowserCreated

(
    const TSharedRef< IAnimationSequenc...
)

Public function

void

 

HandleAssetDoubleClicked

(
    UObject* InNewAsset
)

Public function

void

 

InitAssetEditor

(
    const EToolkitMode::Type Mode,
    const TSharedPtr< IToolkitHost >& ...,
    UPoseCorrectivesAsset* Asset
)

Overridden from IToolkit

Name Description

Public function Virtual Const

FText

 

GetBaseToolkitName()

Returns the localized name of this toolkit type (typically just " editor")

Public function Virtual Const

FName

 

GetToolkitFName()

Returns the invariant name of this toolkit type

Public function Virtual Const

FLinearColor

 

GetWorldCentricTabColorScale()

Public function Virtual Const

FString

 

GetWorldCentricTabPrefix()

Returns the localize prefix string to use for tab labels in world-centric mode.

Public function Virtual

void

 

RegisterTabSpawners

(
    const TSharedRef< FTabManager >& I...
)

FAssetEditorToolkit interface

Public function Virtual

void

 

UnregisterTabSpawners

(
    const TSharedRef< FTabManager >& T...
)

Unregister tabs that this toolkit can spawn

Overridden from IHasPersonaToolkit

Name Description

Public function Virtual Const

TSharedRef< ...

 

GetPersonaToolkit()

END FAssetEditorToolkit interface IHasPersonaToolkit interface

Overridden from FGCObject

Name Description

Public function Virtual

void

 

AddReferencedObjects

(
    FReferenceCollector& Collector
)

END IHasPersonaToolkit interface FGCObject interface

Public function Virtual Const

FString

 

GetReferencerName()

Overload this method to report a name for your referencer

Overridden from FTickableObjectBase

Name Description

Public function Virtual Const

TStatId

 

GetStatId()

Return the stat id to use for this tickable

Public function Virtual Const

ETickableTic...

 

GetTickableTickType()

Virtual that can be overloaded by the inheriting class.

Public function Virtual

void

 

Tick

(
    float DeltaTime
)

END FGCObject interface

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Cancel