# -*- mode: snippet -*-
# name: Visible UPROPERTY
# key: upv
# condition: (ue--yas-can-expand-p)
# --
/**
 * $5
 */
UPROPERTY(Visible${1:Anywhere}, BlueprintReadOnly, Category="${2:`(file-name-base)`}")
${3:int32} ${4:MyProperty};