Navigation
API > API/Plugins > API/Plugins/Avalanche
| Name | UAvaSceneSubsystem |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/Avalanche/Public/AvaSceneSubsystem.h |
| Include Path | #include "AvaSceneSubsystem.h" |
Syntax
UCLASS (MinimalAPI, DisplayName="Motion Design Scene Subsystem")
class UAvaSceneSubsystem : public UWorldSubsystem
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USubsystem → UWorldSubsystem → UAvaSceneSubsystem
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SceneInterfaces | TMap< TWeakObjectPtr< ULevel >, TWeakInterfacePtr< IAvaSceneInterface > > | AvaSceneSubsystem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Gets the Scene Interface for the World's Persistent Level | AvaSceneSubsystem.h | ||
IAvaSceneInterface * GetSceneInterface
(
ULevel* InLevel |
Gets the Scene Interface for the provided Level | AvaSceneSubsystem.h | |
void RegisterSceneInterface
(
ULevel* InLevel, |
AvaSceneSubsystem.h |
Protected
Overridden from UWorldSubsystem
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool DoesSupportWorldType
(
const EWorldType::Type InWorldType |
AvaSceneSubsystem.h | ||
virtual void PostInitialize() |
AvaSceneSubsystem.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IAvaSceneInterface * FindSceneInterface
(
ULevel* InLevel |
Returns the first interface found in the given Level, if any | AvaSceneSubsystem.h |