Navigation
API > API/Plugins > API/Plugins/PropertyAnimatorCoreEditor
Menu type available
| Name | EPropertyAnimatorCoreEditorMenuType |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCoreEditor/Public/Menus/PropertyAnimatorCoreEditorMenuDefs.h |
| Include Path | #include "Menus/PropertyAnimatorCoreEditorMenuDefs.h" |
Syntax
enum EPropertyAnimatorCoreEditorMenuType
{
NewSimple = 1 << 0,
NewAdvanced = 1 << 1,
Existing = 1 << 2,
Link = 1 << 3,
Delete = 1 << 4,
Enable = 1 << 5,
Disable = 1 << 6,
}
Values
| Name | Remarks |
|---|---|
| NewSimple | Menu to add new animator on selected actors |
| NewAdvanced | Menu to add new animator on selected actors, with submenus for presets and properties |
| Existing | Menu to link or unlink properties/preset to/from existing animators |
| Link | Menu to link properties/preset to existing animator |
| Delete | Menu to delete animators |
| Enable | Menu to enable animators |
| Disable | Menu to disable animators |