Navigation
API > API/Plugins > API/Plugins/AvalancheEditorCore > API/Plugins/AvalancheEditorCore/IAvaEditorProvider
References
| Module | AvalancheEditorCore |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheEditorCore/Public/IAvaEditorProvider.h |
| Include | #include "IAvaEditorProvider.h" |
UObject * GetSceneObject
(
UWorld * InWorld,
EAvaEditorObjectQueryType InQueryType
)
Remarks
Gets the Scene Object this Ava Editor Instance is using.
Parameters
| Name | Description |
|---|---|
| InWorld | the world to optionally help get the Scene Object |
| InQueryType | the type of query in order to get the object either from cache, or create one if not found |