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::Styling::PseudoElementFactoryRequests Class Referenceabstract

Requests that enable virtual styled entities to be created from other styled entities. More...

#include <PseudoElement.h>

Inherits AZ::EBusTraits.

Public Member Functions

virtual AZ::EntityId CreateStyleEntity (const AZStd::string &style) const =0
 Creates a standalone style element.
 
virtual AZ::EntityId CreateVirtualChild (const AZ::EntityId &, const AZStd::string &) const =0
 

Detailed Description

Requests that enable virtual styled entities to be created from other styled entities.

Member Function Documentation

◆ CreateVirtualChild()

virtual AZ::EntityId GraphCanvas::Styling::PseudoElementFactoryRequests::CreateVirtualChild ( const AZ::EntityId &  ,
const AZStd::string &   
) const
pure virtual

Create a fake "child element" of a styled entity. For example, you might have a node, and want to add a "help" element (i.e. "node > help").


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