FPersonaModule::CreateEditorWidgetForAnimDocument

Create a widget that acts as a document for an animation asset

Windows
MacOS
Linux

References

Module

Persona

Header

/Engine/Source/Editor/Persona/Public/PersonaModule.h

Include

#include "PersonaModule.h"

Source

/Engine/Source/Editor/Persona/Private/PersonaModule.cpp

Syntax

virtual TSharedRef< SWidget > CreateEditorWidgetForAnimDocument
(
    const TSharedRef< IAnimationEditor > & InHostingApp,
    UObject * InAnimAsset,
    const FAnimDocumentArgs & InArgs,
    FString & OutDocumentLink
)

Remarks

Create a widget that acts as a document for an animation asset

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