.vsconfig removed

This commit is contained in:
강민제 2025-04-13 22:38:03 +09:00
parent 65fc5bdf97
commit 2eb7d0b0ff
2 changed files with 3 additions and 15 deletions

View File

@ -1,15 +0,0 @@
{
"version": "1.0",
"components": [
"Microsoft.Net.Component.4.6.2.TargetingPack",
"Microsoft.VisualStudio.Component.Unreal.Workspace",
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL",
"Microsoft.VisualStudio.Component.VC.14.38.17.8.x86.x64",
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
"Microsoft.VisualStudio.Component.Windows11SDK.22621",
"Microsoft.VisualStudio.Workload.CoreEditor",
"Microsoft.VisualStudio.Workload.ManagedDesktop",
"Microsoft.VisualStudio.Workload.NativeDesktop",
"Microsoft.VisualStudio.Workload.NativeGame"
]
}

View File

@ -15,6 +15,9 @@ public:
// Sets default values for this pawn's properties
ABasePawn();
UPROPERTY(VisibleAnywhere)
int32 VisibleAnywhereInt = 12;
protected:
// Called when the game starts or when spawned
virtual void BeginPlay() override;