Files
FNGameProj/Source/FortniteGame/Private/FortItemWrapPreviewActor.cpp
T
2024-06-07 01:17:09 +02:00

16 lines
323 B
C++

#include "FortItemWrapPreviewActor.h"
void AFortItemWrapPreviewActor::StartLoadingNextPreviewActor(int32 SlotIndex) {
}
void AFortItemWrapPreviewActor::ApplyWrapToSkelMesh(USkeletalMeshComponent* MeshComp) {
}
AFortItemWrapPreviewActor::AFortItemWrapPreviewActor() {
MyWrap = NULL;
ItemWrapModifier = NULL;
}