Created
June 28, 2015 20:52
-
-
Save sephirot47/56250204eb4b135917a1 to your computer and use it in GitHub Desktop.
UE4 UPROPERTY UFUNCTION
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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