Navigation
API > API/Plugins > API/Plugins/EnvironmentQueryEditor
| Name | UEnvironmentQueryGraphNode_Root |
| Type | class |
| Header File | /Engine/Plugins/AI/EnvironmentQueryEditor/Source/EnvironmentQueryEditor/Public/EnvironmentQueryGraphNode_Root.h |
| Include Path | #include "EnvironmentQueryGraphNode_Root.h" |
Syntax
UCLASS ()
class UEnvironmentQueryGraphNode_Root : public UEnvironmentQueryGraphNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UAIGraphNode → UEnvironmentQueryGraphNode → UEnvironmentQueryGraphNode_Root
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEnvironmentQueryGraphNode_Root
(
const FObjectInitializer& ObjectInitializer |
EnvironmentQueryGraphNode_Root.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHasDebugError | bool | EnvironmentQueryGraphNode_Root.h | ||
| DebugMessages | TArray< FString > | EnvironmentQueryGraphNode_Root.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AllocateDefaultPins() |
EnvironmentQueryGraphNode_Root.h | ||
virtual bool HasErrors() |
EnvironmentQueryGraphNode_Root.h | ||
void LogDebugError
(
const FString& Message |
EnvironmentQueryGraphNode_Root.h | ||
void LogDebugMessage
(
const FString& Message |
EnvironmentQueryGraphNode_Root.h |
Overridden from UEnvironmentQueryGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
EnvironmentQueryGraphNode_Root.h |