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