Navigation
API > API/Plugins > API/Plugins/EnvironmentQueryEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphSchema
- UAIGraphSchema
- UEdGraphSchema_EnvironmentQuery
References
| Module | EnvironmentQueryEditor |
| Header | /Engine/Plugins/AI/EnvironmentQueryEditor/Source/EnvironmentQueryEditor/Public/EdGraphSchema_EnvironmentQuery.h |
| Include | #include "EdGraphSchema_EnvironmentQuery.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UEdGraphSchema_EnvironmentQuery : public UAIGraphSchema
Constructors
| Type | Name | Description | |
|---|---|---|---|
UEdGraphSchema_EnvironmentQuery
(
const FObjectInitializer& ObjectInitializer |
Overridden from UAIGraphSchema
| Type | Name | Description | |
|---|---|---|---|
| void | GetSubNodeClasses
(
int32 SubNodeFlags, |
Overridden from UEdGraphSchema
| Type | Name | Description | |
|---|---|---|---|
| const FPinConnectionResponse | CanCreateConnection
(
const UEdGraphPin* A, |
Determine if a connection can be created between two pins. | |
| const FPinConnectionResponse | CanMergeNodes
(
const UEdGraphNode* A, |
Determine if two nodes can be merged | |
| void | CreateDefaultNodesForGraph
(
UEdGraph& Graph |
Populate new graph with any default nodes | |
| void | GetGraphContextActions
(
FGraphContextMenuBuilder& ContextMenuBuilder |
Get all actions that can be performed when right clicking on a graph or drag-releasing on a graph from a pin |