Navigation
API > API/Editor > API/Editor/Persona > API/Editor/Persona/FPersonaModule
Description
Create a widget that can choose a curve name. Derives available names from the asset registry list of assets that use the specified skeleton.
| Name | CreateCurvePicker |
| 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 > CreateCurvePicker
(
const USkeleton * InSkeleton,
FOnCurvePicked InOnCurvePicked,
FIsCurveNameMarkedForExclusion InIsCurveNameMarkedForExclusion
)