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