9 lines
223 B
C++
Executable file
9 lines
223 B
C++
Executable file
#include "FSDAnimationFunctionLibrary.h"
|
|
|
|
float UFSDAnimationFunctionLibrary::GetAnimSequenceLength(const UAnimSequence* AnimSequence) {
|
|
return 0.0f;
|
|
}
|
|
|
|
UFSDAnimationFunctionLibrary::UFSDAnimationFunctionLibrary() {
|
|
}
|
|
|