Files
FNGameProj/Source/FortniteGame/Private/FortPetAnimInstanceShared.cpp
2024-01-21 00:41:14 +01:00

11 lines
276 B
C++

#include "FortPetAnimInstanceShared.h"
UFortPetAnimInstanceShared::UFortPetAnimInstanceShared() {
this->DeltaTime = 0.00f;
this->OwnerFortPawn = NULL;
this->OwnerPet = NULL;
this->bIsFrontEndPreview = false;
this->bAreActiveFlagChangesPending = false;
}