Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Application > API/Runtime/Slate/Framework/Application/FSlateApplication
Deprecated * Enable Window Animations is no longer used and is a no-op so calling this function is no longer necessary.
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include | #include "Framework/Application/SlateApplication.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
void EnableMenuAnimations
&40;
const bool bEnableAnimations
&41;
Remarks
Sets whether transition effects for new menus and windows should be played. This can be called at any time.
Parameters
| Name | Description |
|---|---|
| bEnableAnimations | True if animations should be used, otherwise false. |