UPROPRTY - disable

Hi,

If I have let say :

UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = CharacterControllerGroup)
bool ShowCharacterController;

And if this check is not ticked I would like to disable all properties in this group ?
I mean that the rest of properties will be unable to edit in Editor

Many thanks

Any UPROPERTY you want to be disabled by this flag should have " meta=(EditCondition=“ShowCharacterController”)" in its list of specifiers.