Navigation
API > API/Plugins > API/Plugins/Avalanche
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAvaSceneState
References
| Module | Avalanche |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/Avalanche/Public/AvaSceneState.h |
| Include | #include "AvaSceneState.h" |
Syntax
UCLASS (MinimalAPI)
class UAvaSceneState : public UObject
Remarks
Object providing State information of the Scene
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddTagAttribute
(
const FAvaTagHandle& InTagHandle |
||
| bool | ContainsTagAttribute
(
const FAvaTagHandle& InTagHandle |
||
| bool | RemoveTagAttribute
(
const FAvaTagHandle& InTagHandle |
||
| void | SetSceneSettings
(
UAvaSceneSettings* InSceneSettings |