Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateApplication
Description
Sets whether transition effects for new menus and windows should be played. This can be called at any time.
| Name | EnableMenuAnimations |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
void EnableMenuAnimations
(
const bool bEnableAnimations
)
Parameters
| Name | Remarks |
|---|---|
| bEnableAnimations | True if animations should be used, otherwise false. |