Dungeon Architect

I also added:


FORCEINLINE uint32 GetTypeHash(const FRectangle& rect)
{
	return FCrc::MemCrc_DEPRECATED(&rect, sizeof(FRectangle));
}

To MathUtils.h so I can put an FRectangle in a TSet and/or TMap.

Cheers,

.