Navigation
API > API/Plugins > API/Plugins/EnvironmentQueryEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UAIGraphNode
- UEnvironmentQueryGraphNode
- UEnvironmentQueryGraphNode_Test
References
| Module | EnvironmentQueryEditor |
| Header | /Engine/Plugins/AI/EnvironmentQueryEditor/Source/EnvironmentQueryEditor/Public/EnvironmentQueryGraphNode_Test.h |
| Include | #include "EnvironmentQueryGraphNode_Test.h" |
Syntax
UCLASS&40;&41;
class UEnvironmentQueryGraphNode_Test : public UEnvironmentQueryGraphNode
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bHasNamedWeight | Weight is passed as named param | |
| uint32: 1 | bStatShowOverlay | ||
| uint32: 1 | bTestEnabled | Toggles test | |
| FEnvionmentQueryNodeStats | Stats | ||
| float | TestWeightPct | Weight percent for display |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UEnvironmentQueryGraphNode_Test
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetDisplayedWeight
(
float Pct, |
Overridden from UAIGraphNode
| Type | Name | Description | |
|---|---|---|---|
| FText | |||
| void | Initialize instance object |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar |