Inherits UiInteractableStateAction.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (UiInteractableStateColor, AZ::SystemAllocator) | |
| AZ_RTTI (UiInteractableStateColor, "{D7978A94-592F-4E1A-86EF-E34A819A55FB}", UiInteractableStateAction) | |
| UiInteractableStateColor (AZ::EntityId target, AZ::Color color) | |
| void | Init (AZ::EntityId) override |
| Called from the Init of the UiInteractableComponent. | |
| void | ApplyState () override |
| Apply state or do action. | |
| void | SetInteractableEntity (AZ::EntityId interactableEntityId) override |
| AZ::EntityId | GetTargetEntity () override |
| AZ::Color | GetColor () |
| void | SetColor (AZ::Color color) |
| EntityComboBoxVec | PopulateTargetEntityList () |
Public Member Functions inherited from UiInteractableStateAction | |
| AZ_CLASS_ALLOCATOR (UiInteractableStateAction, AZ::SystemAllocator) | |
| AZ_RTTI (UiInteractableStateAction, "{D86C82E1-E027-453F-A43B-BD801CF88391}") | |
| EntityComboBoxVec | PopulateTargetEntityList () |
Static Public Member Functions | |
| static void | Reflect (AZ::ReflectContext *context) |
Static Public Member Functions inherited from UiInteractableStateAction | |
| static void | Reflect (AZ::ReflectContext *context) |
Protected Attributes | |
| AZ::EntityId | m_targetEntity |
| AZ::Color | m_color |
Protected Attributes inherited from UiInteractableStateAction | |
| AZ::EntityId | m_interactableEntity |
| The interactable entity that this state belongs to. | |
Additional Inherited Members | |
Public Types inherited from UiInteractableStateAction | |
| using | EntityComboBoxVec = AZStd::vector< AZStd::pair< AZ::EntityId, AZStd::string > > |
|
overridevirtual |
Apply state or do action.
Implements UiInteractableStateAction.
|
inlineoverridevirtual |
Reimplemented from UiInteractableStateAction.
|
overridevirtual |
Called from the Init of the UiInteractableComponent.
Reimplemented from UiInteractableStateAction.
|
overridevirtual |
Reimplemented from UiInteractableStateAction.