Yes i’m sure. Super:: itself is not basic C++. In C++ you would go with
void ChildClass::Foo()
{
BaseClass::Foo();
}
But in UE4 we just use Super::Foo();
Yes i’m sure. Super:: itself is not basic C++. In C++ you would go with
void ChildClass::Foo()
{
BaseClass::Foo();
}
But in UE4 we just use Super::Foo();