Hey!, so i’m compiling a plugin, and noticed that per the documentation, TSubclassOf is defined on
“Templates/Casts.h”
(TSubclassOf | Unreal Engine Documentation )
But this seems to be an error, as the TSubclassOf template is actually defined on
Templates/SubclassOf.h.
Just wanted to point that out.
Cheers!
HeavyBullets:
Hey!, so i’m compiling a plugin, and noticed that per the documentation, TSubclassOf is defined on
“Templates/Casts.h”
(TSubclassOf | Unreal Engine 5.2 Documentation )
But this seems to be an error, as the TSubclassOf template is actually defined on
Templates/SubclassOf.h.
Just wanted to point that out.
Cheers!
Thanks, I’ll look into that. There are a few cases where the API documentation software considers a typedef to be the original reference to a class instead of the actual definition. We can fix these on a case-by-case basis.
Yeah! i thought that would be the case, Casts.h actually has a typedef there.
Be safe!