Interfaces
Exposing C# Interfaces to Unreal
To create an interface in UnrealSharp, the interface must be prefixed with I, and use the UInterface attribute.
The UFunction for interface methods can only be defined in their interface. You can’t UFunction an implementation of the interface method.
Last updated