git test
This commit is contained in:
parent
42ad5e0fe7
commit
da13554e3c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
Binaries
|
Binaries
|
||||||
|
Build
|
||||||
DerivedDataCache
|
DerivedDataCache
|
||||||
Intermediate
|
Intermediate
|
||||||
Saved
|
Saved
|
||||||
|
@ -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