This commit is contained in:
강민제 2025-04-17 01:20:29 +09:00
parent 42ad5e0fe7
commit da13554e3c
3 changed files with 3 additions and 2 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
Binaries Binaries
Build
DerivedDataCache DerivedDataCache
Intermediate Intermediate
Saved Saved
@ -13,4 +14,4 @@ Saved
*.sln *.sln
*.suo *.suo
*.xcodeproj *.xcodeproj
*.xcworkspace *.xcworkspace

View File

@ -25,7 +25,7 @@ public:
int32 VisibleInstanceOnlyInt = 11; int32 VisibleInstanceOnlyInt = 11;
UPROPERTY(EditAnywhere) UPROPERTY(EditAnywhere)
FString TestString = "Test String"; FString TestString = "Hello World";
protected: protected:
// Called when the game starts or when spawned // Called when the game starts or when spawned