#Ignore UInterface
Just use InterfaceCast<>
![]()
The UInterface is meant only to be a wrapper for the IInterface
do multiple inheritance with IInterface
Ignore UInterface, it is not meant to have functionality of its own ![]()
The comment in the Source code during the Beta went something like this
"/** Class needed to support InterfaceCast<>"
It is just a support structure, the real core is all in the IInterface ![]()
Rama