FSceneViewport::GetViewportFrame

Retrieves the interface to the viewport's frame, if it has one.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FViewport::GetViewportFrame()

FSceneViewport::GetViewportFrame()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Slate/SceneViewport.h

Include

#include "Slate/SceneViewport.h"

Syntax

virtual FViewportFrame * GetViewportFrame()

Remarks

Retrieves the interface to the viewport's frame, if it has one.

Returns

The viewport's frame interface.