Navigation
API > API/Editor > API/Editor/Persona > API/Editor/Persona/FPersonaModule
Description
Create a widget that can choose a notify name.
| Name | CreateSkeletonNotifyPicker |
| Type | function |
| Header File | /Engine/Source/Editor/Persona/Public/PersonaModule.h |
| Include Path | #include "PersonaModule.h" |
| Source | /Engine/Source/Editor/Persona/Private/PersonaModule.cpp |
virtual TSharedRef< SWidget > CreateSkeletonNotifyPicker
(
FOnNotifyPicked InOnNotifyPicked,
TSharedPtr< IEditableSkeleton > InEditableSkeleton,
TSharedPtr< FAssetEditorToolkit > InHostingApp,
bool bInShowSyncMarkers,
bool bInShowNotifies,
bool bInShowCompatibleSkeletonAssets,
bool bInShowOtherAssets
)
See Also
- SSkeletonAnimNotifies.