Homogenised return type of Thread::GetInfo() across all its overloads.

#rb none
#rnx

[CL 14968631 by Martin Ridgers in ue5-main branch]
This commit is contained in:
Martin Ridgers
2020-12-30 05:35:41 -04:00
parent 89691e43c6
commit 67d7dcba9b
2 changed files with 6 additions and 6 deletions
@@ -28,7 +28,7 @@ public:
FThreads();
FInfo* GetInfo();
FInfo& GetInfo(uint32 ThreadId);
FInfo* GetInfo(uint32 ThreadId);
void SetGroupName(const ANSICHAR* InGroupName, uint32 Length);
const TArray<uint8>*GetGroupName() const;