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::ConnectionTypeFilter Class Reference

Inherits GraphCanvas::ConnectionFilter.

Public Member Functions

 AZ_RTTI (ConnectionTypeFilter, "{57D65203-51AB-47A8-A7D2-248AFF92E058}", ConnectionFilter)
 
 AZ_CLASS_ALLOCATOR (ConnectionTypeFilter, AZ::SystemAllocator)
 
 ConnectionTypeFilter (ConnectionFilterType filterType)
 
void AddConnectionType (ConnectionType connectionType)
 
bool CanConnectWith (const Endpoint &endpoint, const ConnectionMoveType &moveType) const override
 
- Public Member Functions inherited from GraphCanvas::ConnectionFilter
 AZ_RTTI (ConnectionFilter, "{E8319FDC-DDC5-40DD-A601-5E8C41B019A8}")
 
void SetEntityId (const AZ::EntityId &entityId)
 
const AZ::EntityId & GetEntityId () const
 
virtual bool CanConnectWith (const Endpoint &endpoint, const ConnectionMoveType &moveType) const =0
 

Friends

class SlotConnectionFilterComponent
 

Member Function Documentation

◆ CanConnectWith()

bool GraphCanvas::ConnectionTypeFilter::CanConnectWith ( const Endpoint endpoint,
const ConnectionMoveType &  moveType 
) const
inlineoverridevirtual

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