.vsconfig removed
This commit is contained in:
parent
65fc5bdf97
commit
2eb7d0b0ff
15
.vsconfig
15
.vsconfig
@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
@ -15,6 +15,9 @@ public:
|
|||||||
// Sets default values for this pawn's properties
|
// Sets default values for this pawn's properties
|
||||||
ABasePawn();
|
ABasePawn();
|
||||||
|
|
||||||
|
UPROPERTY(VisibleAnywhere)
|
||||||
|
int32 VisibleAnywhereInt = 12;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// Called when the game starts or when spawned
|
// Called when the game starts or when spawned
|
||||||
virtual void BeginPlay() override;
|
virtual void BeginPlay() override;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user