How to Get Class Defaults in C++?

FWIW we have the GetDefault and GetMutableDefault functions that are templated and return the CDO (Class Default Object) cast to the type you specify.

3 Likes