BlueprintNativeEvent has "read-only" context in Blueprint overrides? (cannot call non-const functions)

Solved: I learned, when the wording “read-only” is used here it may simply mean:

The exposed C++ event has the const modifier on the definition / declaration.

I missed that for one event when the parameter list was long (const on the next line). :stuck_out_tongue: