Navigation
API > API/Plugins > API/Plugins/SoundScape > API/Plugins/SoundScape/USoundscapeSubsystem
Description
Add a Color Point Collection to the Subsystem, returns true if successful
| Name | AddColorPointCollection |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Soundscape/Source/SoundScape/Public/SoundscapeSubsystem.h |
| Include Path | #include "SoundscapeSubsystem.h" |
| Source | /Engine/Plugins/Runtime/Soundscape/Source/SoundScape/Private/SoundscapeSubsystem.cpp |
UFUNCTION (BlueprintCallable, Category="Soundscape")
void AddColorPointCollection
(
FName ColorPointCollectionName,
FSoundscapeColorPointCollection ColorPointCollection
)