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

11 lines
249 B
C++

#include "AssetAttachment.h"
FAssetAttachment::FAssetAttachment() {
this->SkeletalMeshAsset = NULL;
this->StaticMeshAsset = NULL;
this->bSkipOnDedicatedServers = false;
this->SkelMeshComp = NULL;
this->StaticMeshComp = NULL;
}