Navigation
API > API/Plugins > API/Plugins/EnvironmentQueryEditor
| Name | UEnvironmentQueryGraphNode_Test |
| Type | class |
| Header File | /Engine/Plugins/AI/EnvironmentQueryEditor/Source/EnvironmentQueryEditor/Public/EnvironmentQueryGraphNode_Test.h |
| Include Path | #include "EnvironmentQueryGraphNode_Test.h" |
Syntax
UCLASS ()
class UEnvironmentQueryGraphNode_Test : public UEnvironmentQueryGraphNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UAIGraphNode → UEnvironmentQueryGraphNode → UEnvironmentQueryGraphNode_Test
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEnvironmentQueryGraphNode_Test
(
const FObjectInitializer& ObjectInitializer |
EnvironmentQueryGraphNode_Test.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHasNamedWeight | uint32 | Weight is passed as named param | EnvironmentQueryGraphNode_Test.h | |
| bStatShowOverlay | uint32 | EnvironmentQueryGraphNode_Test.h | ||
| bTestEnabled | uint32 | Toggles test | EnvironmentQueryGraphNode_Test.h | |
| Stats | FEnvionmentQueryNodeStats | EnvironmentQueryGraphNode_Test.h | ||
| TestWeightPct | float | Weight percent for display | EnvironmentQueryGraphNode_Test.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void InitializeInstance() |
EnvironmentQueryGraphNode_Test.h | ||
void SetDisplayedWeight
(
float Pct, |
EnvironmentQueryGraphNode_Test.h |
Overridden from UEnvironmentQueryGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDescription() |
EnvironmentQueryGraphNode_Test.h | ||
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
EnvironmentQueryGraphNode_Test.h |