Navigation
API > API/Plugins > API/Plugins/Synthesis > API/Plugins/Synthesis/USynthComponentMonoWaveTable
Description
Set a Keyframe value given a Table number and Keyframe number. Returns false if the request was invalid. NewValue will be clamped from +/- 1.0
| Name | SetCurveValue |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SynthComponents/SynthComponentMonoWaveTable.h |
| Include Path | #include "SynthComponents/SynthComponentMonoWaveTable.h" |
| Source | /Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Private/SynthComponentMonoWaveTable.cpp |
UFUNCTION (BlueprintCallable, Category="Synth|Components|Audio")
bool SetCurveValue
(
int32 TableIndex,
int32 KeyframeIndex,
const float NewValue
)