You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user