SViewport::SetViewportInterface

Sets the interface to be used by this viewport for rendering and I/O

Choose your operating system:

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 SetViewportInterface
(
    TSharedRef< ISlateViewport > InViewportInterface
)

Remarks

Sets the interface to be used by this viewport for rendering and I/O

Parameters

Parameter

Description

InViewportInterface

The interface to use