Answers for "ufunction parameters"

0

ufunction parameters

UFUNCTION(BlueprintCallable) void Something(); -Can be called in BP
UFUNCTION(BlueprintAuthorityOnly) void Something(); -Only Exe if in a server
UFUNCTION(BlueprintCosmetic) void Something(); -Only Work on this BP
Posted by: Guest on March-22-2022

Browse Popular Code Answers by Language