Navigation
API > API/Plugins > API/Plugins/SoundScape
| Name | USoundscapeColor |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Soundscape/Source/SoundScape/Public/SoundscapeColor.h |
| Include Path | #include "SoundscapeColor.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=Soundscape)
class USoundscapeColor : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → USoundscapeColor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
USoundscapeColor() |
SoundscapeColor.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ModulationBehavior | FSoundscapeColorModulationSettings | Modulation behavior. | SoundscapeColor.h |
|
| OnSoundscapeColorParameterChanges | FOnSoundscapeColorParameterChanges | Delegate call for property changes. | SoundscapeColor.h | |
| PitchBase | float | Base Pitch Scalar. | SoundscapeColor.h |
|
| PlaybackBehavior | FSoundscapeColorPlaybackSettings | Playback behavior. | SoundscapeColor.h |
|
| Sound | TObjectPtr< USoundBase > | Sound to Play. | SoundscapeColor.h |
|
| SpawnBehavior | FSoundscapeColorSpawnSettings | Playback behavior. | SoundscapeColor.h |
|
| VolumeBase | float | Base Volume Scalar. | SoundscapeColor.h |
|
Functions
Public
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
SoundscapeColor.h | ||
virtual void PostLoad() |
SoundscapeColor.h | ||
virtual void Serialize
(
FArchive& Ar |
SoundscapeColor.h |