Skip to content

Instantly share code, notes, and snippets.

View wantt's full-sized avatar
🎯
Focusing

asdfs wantt

🎯
Focusing
View GitHub Profile
@wantt
wantt / FaceAnimationPlayer.cpp
Created June 4, 2022 16:02 — forked from leestuartx/FaceAnimationPlayer.cpp
Blendshape face animation player for Unreal 4 that uses CSV keyframe data
// Candax Productions
#include "BFPOnline.h"
#include "FaceAnimationPlayer.h"
AFaceAnimationPlayer::AFaceAnimationPlayer(const class FObjectInitializer& PCIP)
: Super(PCIP)
{
//Enable Ticking
PrimaryActorTick.bCanEverTick = true;