Navigation
API > API/Plugins > API/Plugins/EnvironmentQueryEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UAIGraphNode
- UEnvironmentQueryGraphNode
- UEnvironmentQueryGraphNode_Option
- UEnvironmentQueryGraphNode_Root
- UEnvironmentQueryGraphNode_Test
References
| Module | EnvironmentQueryEditor |
| Header | /Engine/Plugins/AI/EnvironmentQueryEditor/Source/EnvironmentQueryEditor/Public/EnvironmentQueryGraphNode.h |
| Include | #include "EnvironmentQueryGraphNode.h" |
Syntax
UCLASS&40;&41;
class UEnvironmentQueryGraphNode : public UAIGraphNode
Constructors
| Type | Name | Description | |
|---|---|---|---|
UEnvironmentQueryGraphNode
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEnvironmentQueryGraph * |
Overridden from UAIGraphNode
| Type | Name | Description | |
|---|---|---|---|
| FText |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| bool | CanCreateUnderSpecifiedSchema
(
const UEdGraphSchema* Schema |
Determine if this node can be created under the specified schema | |
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar |