Thread overview
GC on Unreal Engine
Jul 20, 2014
Paulo Pinto
Jul 21, 2014
fra
Jul 21, 2014
Paulo Pinto
July 20, 2014
Since this theme keeps being discussed.

Here is some info how Unreal Engine makes use of GC in C++.

https://wiki.unrealengine.com/Garbage_Collection_Overview

--
Paulo
July 21, 2014
On Sunday, 20 July 2014 at 10:01:27 UTC, Paulo Pinto wrote:
> Since this theme keeps being discussed.
>
> Here is some info how Unreal Engine makes use of GC in C++.
>
> https://wiki.unrealengine.com/Garbage_Collection_Overview
>
> --
> Paulo

If that wiki page is up-to-date (and I don't see why it shouldn't be) then GC functionality inside of Unreal Engine is so much limited it's not even funny
July 21, 2014
Am 21.07.2014 18:05, schrieb fra:
> On Sunday, 20 July 2014 at 10:01:27 UTC, Paulo Pinto wrote:
>> Since this theme keeps being discussed.
>>
>> Here is some info how Unreal Engine makes use of GC in C++.
>>
>> https://wiki.unrealengine.com/Garbage_Collection_Overview
>>
>> --
>> Paulo
>
> If that wiki page is up-to-date (and I don't see why it shouldn't be)
> then GC functionality inside of Unreal Engine is so much limited it's
> not even funny

Did you followed the links?

C++ semantics are not GC friendly, but it seemed kind of ok to me.

Anyway, I just skimmed through it.

--
Paulo