Open 3D Engine GraphCanvas Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
This is the complete list of members for GraphCanvas::GraphUtils, including all inherited members.
AddElementToGroup(const AZ::EntityId &memberId, const AZ::EntityId &groupTarget) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
AlignNodes(const AZStd::vector< AZ::EntityId > &memberIds, const AlignConfig &alignConfig, QRectF overallBoundingRect=QRectF()) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
AlignSlotForConnection(const GraphCanvas::Endpoint &moveableEndpoint, const GraphCanvas::Endpoint &fixedEndpoint) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
CalculateAnchorPoint(const QPointF &position, const AZ::Vector2 &anchorPoint, const QRectF &boundingBox) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
CalculateGridSnapPosition(const QPointF &position, const AZ::Vector2 &anchorPoint, const QRectF &boundingBox, const AZ::Vector2 &gridStep, CalculationType calculationType=CalculationType::Round) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
CalculationType enum name (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | |
CanHideEndpoint(const Endpoint &endpoint, const HideSlotConfig &slotConfig) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
CreateConnectionsBetween(const AZStd::vector< Endpoint > &endpoints, const AZ::EntityId &targetNode, CreateConnectionsBetweenConfig &creationConfig) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
CreateGroupForElements(const AZ::EntityId &graphId, const AZStd::vector< AZ::EntityId > &memberIds, AZ::Vector2 startingPoint=AZ::Vector2(0, 0)) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
CreateModelConnection(const GraphId &graphId, const ConnectionId &connectionId, const Endpoint &sourceEndpoint, const Endpoint &targetEndpoint) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
CreateOpportunisticConnectionsBetween(const Endpoint &initializingEndpoint, const Endpoint &opportunisticEndpoint) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
CreateOpportunisticsConnectionsForSplice(const GraphId &graphId, const AZStd::vector< ConnectionEndpoints > &connectedEndpoints, const NodeId &splicedNode) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
DeleteOutermostNode(const GraphId &graphId, const AZ::EntityId &graphMemberId) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
DetachNodeAndStitchConnections(const NodeDetachConfig &nodeDetatchConfig) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
DetachSubGraphAndStitchConnections(const GraphSubGraph &subGraph) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
FindConnectedNodes(const AZStd::vector< AZ::EntityId > &seedNodeIds, AZStd::unordered_set< AZ::EntityId > &connectedNodes, const AZStd::unordered_set< ConnectionType > &connectionTypes) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
FindConnectionsForNodes(const AZStd::unordered_set< NodeId > &nodeIds, bool internalConnectionsOnly) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
FindMajorStep(const AZ::EntityId &graphId) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
FindMinorStep(const AZ::EntityId &graphId) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
FindOutermostNode(const AZ::EntityId &graphMemberId) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
FindTerminalForNodeChain(const AZStd::vector< AZ::EntityId > &nodeIds, ConnectionType searchDirection) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
FindVisibleElement(const AZ::EntityId &memberId) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
FocusOnElements(const AZStd::vector< AZ::EntityId > &memberIds, const FocusConfig &focusConfig) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
GetModelConnnectionValidityToolTip(const GraphId &graphId, const Endpoint &sourceEndpoint, const Endpoint &targetEndpoint) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
HorizontalAlignment enum name (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | |
IsBookmarkAnchor(const AZ::EntityId &graphMemberId) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
IsCollapsedNodeGroup(const AZ::EntityId &graphMemberId) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
IsComment(const AZ::EntityId &graphMemberId) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
IsConnectableNode(const NodeId &entityId) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
IsConnection(const AZ::EntityId &graphMemberId) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
IsGroupableElement(const AZ::EntityId &graphMemberId) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
IsNode(const AZ::EntityId &graphMemberId) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
IsNodeGroup(const AZ::EntityId &graphMemberId) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
IsNodeOrWrapperSelected(const NodeId &nodeId) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
IsNodeWrapped(const NodeId &nodeId) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
IsSlot(const AZ::EntityId &graphMemberId) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
IsSlot(const SlotId &slotId, SlotType slotType, ConnectionType connectionType) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
IsSlotConnectionType(const SlotId &slotId, ConnectionType connectionType) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
IsSlotHideable(const SlotId &slotId) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
IsSlotType(const SlotId &slotId, SlotType slotType) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
IsSlotVisible(const SlotId &slotId) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
IsSpliceableConnection(const ConnectionId &connectionId) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
IsValidModelConnection(const GraphId &graphId, const Endpoint &sourceEndpoint, const Endpoint &targetEndpoint) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
IsWrapperNode(const AZ::EntityId &graphMemberId) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
OrganizeNodes(const AZStd::vector< AZ::EntityId > &memberIds, const AlignConfig &alignConfig) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
ParseMembersForSerialization(GraphSerialization &graphData, const AZStd::unordered_set< AZ::EntityId > &memberIds) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
ParseSceneMembersIntoSubGraphs(const AZStd::vector< NodeId > &sourceSceneMembers, const SubGraphParsingConfig &subGraphParsingConfig) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
RemapEndpointForModel(const Endpoint &endpoint) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
ResizeGroupToElements(const AZ::EntityId &groupId, const AZStd::vector< AZ::EntityId > &memberIds) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
SanityCheckEnabledState(AZ::EntityId nodeId) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
SetNodesEnabledState(const AZStd::unordered_set< NodeId > &nodeIds, RootGraphicsItemEnabledState enabledState) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
SpliceNodeOntoConnection(const NodeId &node, const ConnectionId &connectionId, ConnectionSpliceConfig &spliceConfiguration) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
SpliceSubGraphOntoConnection(const GraphSubGraph &subGraph, const ConnectionId &connectionId) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
UngroupGroup(const GraphId &graphId, AZ::EntityId groupElement) (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils | static |
VerticalAlignment enum name (defined in GraphCanvas::GraphUtils) | GraphCanvas::GraphUtils |