Usage EditCondition in UPROPERTY

One exception worth noting is that using ‘!’ also works with an EditCondition, as long as you keep quotes around the condition:

 UPROPERTY(EditAnywhere, Category = Game, meta = (EditCondition = "!bCanIUse"))
1 Like