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"))
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"))