Open 3D Engine LandscapeCanvas 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.
LandscapeCanvas::LandscapeCanvasNodeFactoryRequests Class Referenceabstract

Inherits AZ::EBusTraits.

Public Member Functions

virtual BaseNode::BaseNodePtr CreateNodeForType (GraphModel::GraphPtr graph, const AZ::TypeId &typeId)=0
 Create a node for the given type in the specified graph.
 
virtual GraphModel::NodePtr CreateNodeForTypeName (GraphModel::GraphPtr graph, AZStd::string_view nodeName)=0
 Create a node using a given type name in the specified graph.
 
virtual const AZ::TypeId GetComponentTypeId (const AZ::TypeId &nodeTypeId)=0
 Get the corresponding component TypeId for a given node type.
 
virtual int GetNodeRegisteredIndex (const AZ::TypeId &nodeTypeId) const =0
 Get the index for which the given node type was registered in.
 

Static Public Attributes

static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Single
 
static const AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::Single
 

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