You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
UFUNCTION(BlueprintCallable) static void TestRequiredIntParameter(UPARAM(Required) int32 Value); Useful for marking pointer params as required so they are not null by default, but also applicable to complex types with custom make nodes #jira #rb Jordan.Hoffmann #preflight 63b89fff763c6c10645b94c4 [CL 23604737 by dan oconnor in ue5-main branch]