SViewport::SetContent

Sets the content for this widget

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/SViewport.h

Include

#include "Widgets/SViewport.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/SViewport.cpp

Syntax

void SetContent
(
    TSharedPtr< SWidget > InContent
)

Remarks

Sets the content for this widget

Parameters

Parameter

Description

InContent

The new content (can be null)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss