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