Does using a UINTERFACE add an additional UObject to the class instantiation?

UInterfaces and UProperties add an object within the class definitions (UClass), but not to its instantiations.

The UPROPERTY specifiers “Instanced” / “EditInlineNew” would generate an additional UObject at instanciation, but that’s kinda the whole point of those specifiers.

1 Like