Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSceneViewport
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< T > Create
(
const TStrongPtrVariant< FViewportClient >& InClient, |
Slate/SceneViewport.h | ||
static TSharedRef< FSceneViewport > Create
(
const TStrongPtrVariant< FViewportClient >& InClient, |
Slate/SceneViewport.h |
Create(const TStrongPtrVariant< FViewportClient > &, const TSharedPtr< SViewport > &)
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Slate/SceneViewport.h |
| Include Path | #include "Slate/SceneViewport.h" |
template<typename T>
static TSharedRef < T > Create
(
const TStrongPtrVariant < FViewportClient > & InClient,
const TSharedPtr < SViewport > & Widget
)
Create(const TStrongPtrVariant< FViewportClient > &, const TSharedPtr< SViewport > &)
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Slate/SceneViewport.h |
| Include Path | #include "Slate/SceneViewport.h" |
static TSharedRef < FSceneViewport > Create
(
const TStrongPtrVariant < FViewportClient > & InClient,
const TSharedPtr < SViewport > & Widget
)