Open 3D Engine GraphCanvas Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
GraphCanvas::NodeUIRequests Class Referenceabstract

#include <NodeUIBus.h>

Inherits AZ::EBusTraits.

Public Types

using BusIdType = AZ::EntityId
 

Public Member Functions

virtual void AdjustSize ()=0
 
virtual void SetSnapToGrid (bool enabled)=0
 
virtual void SetResizeToGrid (bool enabled)=0
 
virtual void SetGrid (AZ::EntityId gridId)=0
 
virtual void SetSteppedSizingEnabled (bool sizing)=0
 
virtual qreal GetCornerRadius () const =0
 
virtual qreal GetBorderWidth () const =0
 

Static Public Attributes

static const AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::ById
 

Detailed Description

NodeUIRequests Requests involving the visual state/behavior of a node. Generally independent of any sort of logical underpinning and more related to the UX of the node.


The documentation for this class was generated from the following file: