Navigation
API > API/Plugins > API/Plugins/SoundScape
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USoundscapeColor
References
| Module | SoundScape |
| Header | /Engine/Plugins/Runtime/Soundscape/Source/SoundScape/Public/SoundscapeColor.h |
| Include | #include "SoundscapeColor.h" |
Syntax
UCLASS&40;BlueprintType, ClassGroup&61;Soundscape&41;
class USoundscapeColor : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSoundscapeColorModulationSettings | ModulationBehavior | Modulation behavior. | |
| FOnSoundscapeColorParameterChanges | OnSoundscapeColorParameterChanges | Delegate call for property changes. | |
| float | PitchBase | Base Pitch Scalar. | |
| FSoundscapeColorPlaybackSettings | PlaybackBehavior | Playback behavior. | |
| TObjectPtr< USoundBase > | Sound | Sound to Play. | |
| FSoundscapeColorSpawnSettings | SpawnBehavior | Playback behavior. | |
| float | VolumeBase | Base Volume Scalar. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally | |
| void | PostLoad () |
Do any object-specific cleanup required immediately after loading an object. | |
| void | Handles reading, writing, and reference collecting using FArchive. |