Navigation
API > API/Plugins > API/Plugins/AvalancheEditorCore
Base Implementation of IAvaTabSpawner with functionality and data likely to be used across most Tab Spawners
| Name | FAvaTabSpawner |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheEditorCore/Public/AvaTabSpawner.h |
| Include Path | #include "AvaTabSpawner.h" |
Syntax
class FAvaTabSpawner : public IAvaTabSpawner
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAvaTabSpawner
(
const TSharedRef< IAvaEditor >& InEditor, |
AvaTabSpawner.h |
Functions
Public
Overridden from IAvaTabSpawner
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanSpawnTab
(
const FSpawnTabArgs& InArgs, |
AvaTabSpawner.h | ||
virtual FName GetId() |
AvaTabSpawner.h | ||
virtual FTabSpawnerEntry & RegisterTabSpawner
(
const TSharedRef< FTabManager >& InTabManager, |
AvaTabSpawner.h | ||
virtual TSharedRef< SDockTab > SpawnTab
(
const FSpawnTabArgs& InArgs, |
AvaTabSpawner.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< SWidget > GetNullWidget() |
AvaTabSpawner.h | ||
bool HasValidScene() |
AvaTabSpawner.h |