Navigation
API > API/Plugins > API/Plugins/Avalanche > API/Plugins/Avalanche/UAvaSceneSubsystem
Overloads
| 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 |
GetSceneInterface()
Description
Gets the Scene Interface for the World's Persistent Level
| Name | GetSceneInterface |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/Avalanche/Public/AvaSceneSubsystem.h |
| Include Path | #include "AvaSceneSubsystem.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/Avalanche/Private/AvaSceneSubsystem.cpp |
IAvaSceneInterface * GetSceneInterface() const
GetSceneInterface(ULevel *)
Description
Gets the Scene Interface for the provided Level
| Name | GetSceneInterface |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/Avalanche/Public/AvaSceneSubsystem.h |
| Include Path | #include "AvaSceneSubsystem.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/Avalanche/Private/AvaSceneSubsystem.cpp |
IAvaSceneInterface * GetSceneInterface
(
ULevel * InLevel
) const