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