Super is a shorthand for the name of the parent class. This is a Unreal thing but if you know C# it is the same as the base
Keyword.
1 Like
Super is a shorthand for the name of the parent class. This is a Unreal thing but if you know C# it is the same as the base
Keyword.