Skip to content

Instantly share code, notes, and snippets.

@TheAyes
Last active August 9, 2022 01:00
Show Gist options
  • Save TheAyes/05d2d2f92f037bd79ba079a5c8296a1d to your computer and use it in GitHub Desktop.
Save TheAyes/05d2d2f92f037bd79ba079a5c8296a1d to your computer and use it in GitHub Desktop.
A little template like to use for my UPROPERTIES.
/* My Comment usually goes here. */
UPROPERTY(EditAnywhere, BlueprintReadwrite, Category = "MY VAR"
meta=(DisplayName = "MY VAR"))
float MyVar = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment