Files
UnrealEvent/Project/Source/FortniteGame/Private/FortPhysicsReplicatedTargetGhost.cpp
2026-04-22 15:51:07 +02:00

8 lines
273 B
C++

#include "FortPhysicsReplicatedTargetGhost.h"
#include "Components/SkeletalMeshComponent.h"
AFortPhysicsReplicatedTargetGhost::AFortPhysicsReplicatedTargetGhost() {
this->SkeletalMesh = CreateDefaultSubobject<USkeletalMeshComponent>(TEXT("SkeletalMeshComponent"));
}