Navigation
API > API/Plugins > API/Plugins/Avalanche
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAvaSceneSettings
References
| Module | Avalanche |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/Avalanche/Public/AvaSceneSettings.h |
| Include | #include "AvaSceneSettings.h" |
Syntax
UCLASS (MinimalAPI)
class UAvaSceneSettings : public UObject
Remarks
Object containing information about its Scene
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ForEachSceneAttributeOfType
(
TFunctionRef< bool(const InAttributeType&)> InCallable |
Iterate each valid Scene Attribute of the given Type The callable should return true to continue iteration, and false to stop it | |
| FName |