@gamepainters It’s only valid for UFUNCTION and UDELEGATE macros. Copied from ObjectMacros.h:
/// This function is sealed and cannot be overridden in subclasses.
/// It is only a valid keyword for events; declare other methods as static or final to indicate that they are sealed.
SealedEvent,