SLeafWidget

Implements a leaf widget.

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Widgets/SLeafWidget.h

Include

#include "Widgets/SLeafWidget.h"

Syntax

class SLeafWidget : public SWidget

Remarks

Implements a leaf widget.

A LeafWidget is a Widget that has no slots for children. LeafWidgets are usually intended as building blocks for aggregate widgets.

Constructors

Name Description

Public function

SLeafWidget()

Overridden from SWidget

Name Description

Public function Virtual

void

 

SetVisibility

(
    TAttribute< EVisibility > InVisibil...
)