# -*- mode: snippet -*-
# name: Editable UPROPERTY
# key: upe
# condition: (ue--yas-can-expand-p)
# --
/**
 * $6
 */
UPROPERTY(Edit${1:Anywhere}, ${2:BlueprintReadWrite}${2:$(when (not (string-blank-p yas-text)) ", ")}Category="${3:`(file-name-base)`}")
${4:int32} ${5:MyProperty};