Satisfies GraphCanvas API requirements for showing bool property widgets in nodes. More...
#include <BooleanDataInterface.h>
Inherits GraphCanvas::BooleanDataInterface.
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (BooleanDataInterface, AZ::SystemAllocator) | |
| BooleanDataInterface (GraphModel::SlotPtr slot) | |
| bool | GetBool () const override |
| void | SetBool (bool enabled) override |
Satisfies GraphCanvas API requirements for showing bool property widgets in nodes.