Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/IAssetViewport
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/IAssetViewport.h |
| Include | #include "IAssetViewport.h" |
void MakeImmersive
(
const bool bWantImmersive,
const bool bAllowAnimation
)
Remarks
Attempts to switch this viewport into immersive mode
Parameters
| Name | Description |
|---|---|
| bWantImmersive | Whether to switch to immersive mode, or switch back to normal mode |
| bAllowAnimation | True to allow animation when transitioning, otherwise false |