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::NodePropertyRequests Class Referenceabstract

#include <NodePropertyBus.h>

Inherits AZ::EBusTraits.

Public Types

using BusIdType = AZ::EntityId
 

Public Member Functions

virtual void SetNodePropertyDisplay (NodePropertyDisplay *nodePropertyDisplay)=0
 
virtual NodePropertyDisplayGetNodePropertyDisplay () const =0
 
virtual void SetDisabled (bool disabled)=0
 

Static Public Attributes

static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Multiple
 
static const AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::ById
 

Detailed Description

NodePropertyRequestBus

Requests that should modify a specific node property display. Will handle things like changing the display property or disabling the property.


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