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

Actions that are keyed off of the Node, but should be handled by the individual slots. More...

#include <DataSlotBus.h>

Inherits AZ::EBusTraits.

Public Types

using BusIdType = AZ::EntityId
 

Public Member Functions

virtual void RecreatePropertyDisplay ()=0
 Signals that the slots should try and recreate all of the slot property displays.
 

Static Public Attributes

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

Detailed Description

Actions that are keyed off of the Node, but should be handled by the individual slots.


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