Navigation
API > API/Plugins > API/Plugins/AnimDatabase > API/Plugins/AnimDatabase/UAnimDatabase
Description
Waits for the animation compression to complete for the given sequences. It is generally best to do this before trying to sample a sequence as otherwise the evaluation can be incredibly slow.
| Name | WaitForCompressionOnAnimSequences |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Animation/AnimDatabase/Source/AnimDatabase/Public/AnimDatabase.h |
| Include Path | #include "AnimDatabase.h" |
| Source | /Engine/Plugins/Experimental/Animation/AnimDatabase/Source/AnimDatabase/Private/AnimDatabase.cpp |
UFUNCTION (BlueprintCallable, Category="AnimDatabase")
void WaitForCompressionOnAnimSequences
(
const TArray < int32 > & SequenceIndices
) const