Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/CommonUILayout/Source/CommonUILayout/Public/CommonUILayout.h |
Include |
#include "CommonUILayout.h" |
UCLASS(MinimalAPI, BlueprintType)
class UCommonUILayout : public UDataAsset
A Dynamic HUD Scene defines a list of HUD widgets that are allowed & unallowed to be visible when this scene is added to the active scenes stack in the HUD Scene Manager.
A HUD widget needs to be allowed at least once to be visible. However, adding a HUD widget in the unallowed list will prevent it from being visible regardless of how many other active scenes allowed it to be. A HUD widget that is not allowed or unallowed will not be allowed to be visible.