{ "entries": [ { "base": "UiRadioButtonGroupBus", "context": "EBusSender", "variant": "", "details": { "name": "UI Radio Button Group", "category": "UI" }, "methods": [ { "base": "AddRadioButton", "entry": { "name": "In", "tooltip": "When signaled, this will invoke Add Radio Button" }, "exit": { "name": "Out", "tooltip": "Signaled after Add Radio Button is invoked" }, "details": { "name": "Add Radio Button", "tooltip": "Adds a new radio button to the group" }, "params": [ { "typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}", "details": { "name": "Radio Button EntityID", "tooltip": "A radio button to add to the group" } } ] }, { "base": "SetChangedActionName", "entry": { "name": "In", "tooltip": "When signaled, this will invoke Set Changed Action Name" }, "exit": { "name": "Out", "tooltip": "Signaled after Set Changed Action Name is invoked" }, "details": { "name": "Set Changed Action Name", "tooltip": "Sets the name of the action triggered when the radio button group state changes" }, "params": [ { "typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}", "details": { "name": "Name", "tooltip": "The name of the action triggered when the radio button group state changes" } } ] }, { "base": "SetAllowUncheck", "entry": { "name": "In", "tooltip": "When signaled, this will invoke Set Allow Uncheck" }, "exit": { "name": "Out", "tooltip": "Signaled after Set Allow Uncheck is invoked" }, "details": { "name": "Set Allow Uncheck", "tooltip": "Sets whether to allow clicking on the selected radio button to uncheck it" }, "params": [ { "typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}", "details": { "name": "Allow Uncheck", "tooltip": "Indicates whether to allow clicking on the selected radio button to uncheck it" } } ] }, { "base": "ContainsRadioButton", "entry": { "name": "In", "tooltip": "When signaled, this will invoke Contains Radio Button" }, "exit": { "name": "Out", "tooltip": "Signaled after Contains Radio Button is invoked" }, "details": { "name": "Contains Radio Button", "tooltip": "Returns whether a radio button is in the group" }, "params": [ { "typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}", "details": { "name": "Radio Button EntityID", "tooltip": "The radio button" } } ], "results": [ { "typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}", "details": { "name": "bool", "tooltip": "The radio button" } } ] }, { "base": "GetChangedActionName", "entry": { "name": "In", "tooltip": "When signaled, this will invoke Get Changed Action Name" }, "exit": { "name": "Out", "tooltip": "Signaled after Get Changed Action Name is invoked" }, "details": { "name": "Get Changed Action Name", "tooltip": "Gets the name of the action triggered when the radio button group state changes" }, "results": [ { "typeid": "{03AAAB3F-5C47-5A66-9EBC-D5FA4DB353C9}", "details": { "name": "AZStd::string" } } ] }, { "base": "GetAllowUncheck", "entry": { "name": "In", "tooltip": "When signaled, this will invoke Get Allow Uncheck" }, "exit": { "name": "Out", "tooltip": "Signaled after Get Allow Uncheck is invoked" }, "details": { "name": "Get Allow Uncheck", "tooltip": "Returns whether to allow clicking on the selected radio button to uncheck it" }, "results": [ { "typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}", "details": { "name": "bool" } } ] }, { "base": "RemoveRadioButton", "entry": { "name": "In", "tooltip": "When signaled, this will invoke Remove Radio Button" }, "exit": { "name": "Out", "tooltip": "Signaled after Remove Radio Button is invoked" }, "details": { "name": "Remove Radio Button", "tooltip": "Removes a radio button from the group" }, "params": [ { "typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}", "details": { "name": "Radio Button EntityID", "tooltip": "The radio button to remove from the group" } } ] }, { "base": "SetState", "entry": { "name": "In", "tooltip": "When signaled, this will invoke Set State" }, "exit": { "name": "Out", "tooltip": "Signaled after Set State is invoked" }, "details": { "name": "Set State", "tooltip": "Sets the checked/unchecked state of a radio button" }, "params": [ { "typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}", "details": { "name": "Radio Button EntityID", "tooltip": "The radio button change the checked/unchecked state on" } }, { "typeid": "{A0CA880C-AFE4-43CB-926C-59AC48496112}", "details": { "name": "Checked", "tooltip": "Indicates whether to set the radio button state to checked" } } ] }, { "base": "GetState", "entry": { "name": "In", "tooltip": "When signaled, this will invoke Get State" }, "exit": { "name": "Out", "tooltip": "Signaled after Get State is invoked" }, "details": { "name": "Get State", "tooltip": "Gets the radio button that is checked" }, "results": [ { "typeid": "{6383F1D3-BB27-4E6B-A49A-6409B2059EAA}", "details": { "name": "EntityId", "tooltip": "Entity Unique Id" } } ] } ] } ] }