Navigation
API > API/Plugins > API/Plugins/PropertyAnimatorCoreEditor
Used internally to group menu data together
| Name | FPropertyAnimatorCoreEditorMenuData |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/PropertyAnimatorCore/Source/PropertyAnimatorCoreEditor/Public/Menus/PropertyAnimatorCoreEditorMenuDefs.h |
| Include Path | #include "Menus/PropertyAnimatorCoreEditorMenuDefs.h" |
Syntax
struct FPropertyAnimatorCoreEditorMenuData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPropertyAnimatorCoreEditorMenuData
(
const FPropertyAnimatorCoreEditorMenuContext& InContext, |
Menus/PropertyAnimatorCoreEditorMenuDefs.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ContainsAnyLastCreatedAnimator() |
Menus/PropertyAnimatorCoreEditorMenuDefs.h | ||
const FPropertyAnimatorCoreEditorMenuContext & GetContext() |
Menus/PropertyAnimatorCoreEditorMenuDefs.h | ||
UPropertyAnimatorCoreBase * GetLastCreatedAnimator() |
Menus/PropertyAnimatorCoreEditorMenuDefs.h | ||
TSet< UPropertyAnimatorCoreBase * > GetLastCreatedAnimators() |
Menus/PropertyAnimatorCoreEditorMenuDefs.h | ||
const FPropertyAnimatorCoreEditorMenuOptions & GetOptions() |
Menus/PropertyAnimatorCoreEditorMenuDefs.h | ||
void SetLastCreatedAnimator
(
UPropertyAnimatorCoreBase* InAnimator |
Menus/PropertyAnimatorCoreEditorMenuDefs.h | ||
void SetLastCreatedAnimators
(
const TSet< UPropertyAnimatorCoreBase* >& InAnimators |
Menus/PropertyAnimatorCoreEditorMenuDefs.h |