git test
This commit is contained in:
parent
42ad5e0fe7
commit
da13554e3c
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user