Open 3D Engine GraphCanvas Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Lays out the parts of a basic Node. More...
#include <ExecutionSlotLayoutComponent.h>
Inherits GraphCanvas::SlotLayoutComponent.
Public Member Functions | |
AZ_COMPONENT (ExecutionSlotLayoutComponent, "{9742DEFD-6EC9-4F06-850B-8F5FE2647E34}", SlotLayoutComponent) | |
void | Init () override |
void | Activate () override |
void | Deactivate () override |
Public Member Functions inherited from GraphCanvas::SlotLayoutComponent | |
AZ_COMPONENT (SlotLayoutComponent, "{77518A10-3443-4668-ADCB-D6EFC3BF9907}") | |
void | Init () override |
void | Activate () override |
void | Deactivate () override |
QGraphicsItem * | AsGraphicsItem () override |
QGraphicsLayoutItem * | AsGraphicsLayoutItem () override |
bool | Contains (const AZ::Vector2 &position) const override |
void | SetVisible (bool visible) override |
bool | IsVisible () const override |
Static Public Member Functions | |
static void | Reflect (AZ::ReflectContext *context) |
Static Public Member Functions inherited from GraphCanvas::SlotLayoutComponent | |
static void | Reflect (AZ::ReflectContext *context) |
static void | GetProvidedServices (AZ::ComponentDescriptor::DependencyArrayType &provided) |
static void | GetIncompatibleServices (AZ::ComponentDescriptor::DependencyArrayType &incompatible) |
static void | GetDependentServices (AZ::ComponentDescriptor::DependencyArrayType &dependent) |
static void | GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required) |
Additional Inherited Members | |
Protected Member Functions inherited from GraphCanvas::SlotLayoutComponent | |
void | SetLayout (QGraphicsLayout *layout) |
QGraphicsLayout * | GetLayout () |
Lays out the parts of a basic Node.