Navigation
API > API/Plugins > API/Plugins/AvalancheEditorCore
| Name | UAvaEditorContext |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheEditorCore/Public/AvaEditorContext.h |
| Include Path | #include "AvaEditorContext.h" |
Syntax
UCLASS (MinimalAPI)
class UAvaEditorContext : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAvaEditorContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAvaEditorContext() |
AvaEditorContext.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AvaEditorWeak | TWeakPtr< IAvaEditor > | AvaEditorContext.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< IAvaEditor > GetAvaEditor() |
AvaEditorContext.h | ||
void SetAvaEditor
(
const TSharedRef< IAvaEditor >& InAvaEditor |
AvaEditorContext.h |