Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/SViewport.h |
Include |
#include "Widgets/SViewport.h" |
Source |
/Engine/Source/Runtime/Slate/Private/Widgets/SViewport.cpp |
void SetViewportInterface
(
TSharedRef< ISlateViewport > InViewportInterface
)
Sets the interface to be used by this viewport for rendering and I/O
Parameter |
Description |
---|---|
InViewportInterface |
The interface to use |