AdvancedDisplay=“3” normally will show the first 3 parameters and hide the rest under a dropdown. It’d be really handy if “-3” would hide the last 3 parameters and show the rest.
UFUNCTION(BlueprintCallable, meta=(AdvancedDisplay=3")…
Foo(p1, p2, p3, p4, p5) → Shows p1, p2, p3
UFUNCTION(BlueprintCallable, meta=(AdvancedDisplay=-3")…
Foo(p1, p2, p3, p4, p5) → Shows p1, p2