mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
16 lines
323 B
C++
16 lines
323 B
C++
#include "FortItemWrapPreviewActor.h"
|
|
|
|
void AFortItemWrapPreviewActor::StartLoadingNextPreviewActor(int32 SlotIndex) {
|
|
}
|
|
|
|
|
|
|
|
void AFortItemWrapPreviewActor::ApplyWrapToSkelMesh(USkeletalMeshComponent* MeshComp) {
|
|
}
|
|
|
|
AFortItemWrapPreviewActor::AFortItemWrapPreviewActor() {
|
|
MyWrap = NULL;
|
|
ItemWrapModifier = NULL;
|
|
}
|
|
|