Skip to content

Instantly share code, notes, and snippets.

@sephirot47
Created June 28, 2015 20:52
Show Gist options
  • Save sephirot47/56250204eb4b135917a1 to your computer and use it in GitHub Desktop.
Save sephirot47/56250204eb4b135917a1 to your computer and use it in GitHub Desktop.
UE4 UPROPERTY UFUNCTION
UPROPERTY(EditAnywhere, Category=Pawn)
float speed;
UFUNCTION(BlueprintCallable, Category=Attachment)
void do() { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment