I’m trying to expose in the editor a member variable from my UUserWidget class but it’s not showing in the property panel. I’m able to access it in UMG Blueprint (as shown in this screenshot):
Add EditAnywhere after BlueprintReadWrite like this:
UPROPERTY(BlueprintReadWrite, EditAnywhere…
EditAnywhere- Indicates that this property can be edited by property windows, on archetypes and instances. This Specifier is incompatible with any of the the “Visible” Specifiers.