Navigation
API > API/Plugins > API/Plugins/AvalancheEditorCore
Inheritance Hierarchy
- TSharedFromThis< IAvaEditorProvider >
- IAvaEditorProvider
References
| Module | AvalancheEditorCore |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheEditorCore/Public/IAvaEditorProvider.h |
| Include | #include "IAvaEditorProvider.h" |
Syntax
class IAvaEditorProvider : public TSharedFromThis< IAvaEditorProvider >
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct () |
Called right after instantiating the provider | |
| void | GetActorsToEdit
(
TArray< AActor* >& InOutActorsToEdit |
Optional: Add/Remove from the Actor array when performing operations such as Copy/Cut | |
| UObject * | GetSceneObject
(
UWorld* InWorld, |
Gets the Scene Object this Ava Editor Instance is using. | |
| void | |||
| void |