UTimeSynthComponent::StopClip

Stops the clip on the desired quantization boundary with given fade time. Uses clip's fade time.

Windows
MacOS
Linux

References

Module

TimeSynth

Header

/Engine/Plugins/Runtime/TimeSynth/Source/TimeSynth/Classes/TimeSynthComponent.h

Include

#include "TimeSynthComponent.h"

Source

/Engine/Plugins/Runtime/TimeSynth/Source/TimeSynth/Private/TimeSynthComponent.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="TimeSynth")
void StopClip
(
    FTimeSynthClipHandle InClipHandle,
    ETimeSynthEventClipQuantization EventQuantization
)

Remarks

Stops the clip on the desired quantization boundary with given fade time. Uses clip's fade time.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss