mirror of
https://github.com/sinbad/StevesUEHelpers.git
synced 2025-02-23 17:45:23 +00:00
Eliminate warnings about uninitialised vars
This commit is contained in:
parent
e4ed7e50d0
commit
352935bd67
@ -29,5 +29,5 @@ public:
|
|||||||
FKey Key;
|
FKey Key;
|
||||||
|
|
||||||
UPROPERTY(EditAnywhere, BlueprintReadOnly)
|
UPROPERTY(EditAnywhere, BlueprintReadOnly)
|
||||||
UPaperSprite* Sprite;
|
UPaperSprite* Sprite = nullptr;
|
||||||
};
|
};
|
Loading…
x
Reference in New Issue
Block a user