git test
This commit is contained in:
parent
42ad5e0fe7
commit
da13554e3c
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
Binaries
|
||||
Build
|
||||
DerivedDataCache
|
||||
Intermediate
|
||||
Saved
|
||||
@ -13,4 +14,4 @@ Saved
|
||||
*.sln
|
||||
*.suo
|
||||
*.xcodeproj
|
||||
*.xcworkspace
|
||||
*.xcworkspace
|
||||
|
@ -25,7 +25,7 @@ public:
|
||||
int32 VisibleInstanceOnlyInt = 11;
|
||||
|
||||
UPROPERTY(EditAnywhere)
|
||||
FString TestString = "Test String";
|
||||
FString TestString = "Hello World";
|
||||
|
||||
protected:
|
||||
// Called when the game starts or when spawned
|
||||
|
Loading…
x
Reference in New Issue
Block a user