Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | UEnvQueryTest_Volume |
| Type | class |
| Header File | /Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/Tests/EnvQueryTest_Volume.h |
| Include Path | #include "EnvironmentQuery/Tests/EnvQueryTest_Volume.h" |
Syntax
UCLASS (MinimalAPI)
class UEnvQueryTest_Volume : public UEnvQueryTest
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEnvQueryNode → UEnvQueryTest → UEnvQueryTest_Volume
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEnvQueryTest_Volume
(
const FObjectInitializer& ObjectInitializer |
EnvironmentQuery/Tests/EnvQueryTest_Volume.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDoComplexVolumeTest | uint32 | If bDoComplexVolumeTest is set, it will use a full volume physic test (not only a bounding box test) | EnvironmentQuery/Tests/EnvQueryTest_Volume.h |
|
| bSkipTestIfNoVolumes | uint32 | If no volumes are returned to evaluate the points against then just ignore the test rather than failing each item | EnvironmentQuery/Tests/EnvQueryTest_Volume.h |
|
| VolumeClass | TSubclassOf< AVolume > | If VolumeContext is null, AVolume Class will be used to populate a list of AVolume to test against | EnvironmentQuery/Tests/EnvQueryTest_Volume.h |
|
| VolumeContext | TSubclassOf< class UEnvQueryContext > | Context that populates a list of Actors derived from AVolume to test against | EnvironmentQuery/Tests/EnvQueryTest_Volume.h |
|
Functions
Public
Overridden from UEnvQueryTest
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RunTest
(
FEnvQueryInstance& QueryInstance |
Function that does the actual work | EnvironmentQuery/Tests/EnvQueryTest_Volume.h |
Overridden from UEnvQueryNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetDescriptionDetails() |
EnvironmentQuery/Tests/EnvQueryTest_Volume.h | ||
virtual FText GetDescriptionTitle() |
EnvironmentQuery/Tests/EnvQueryTest_Volume.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
EnvironmentQuery/Tests/EnvQueryTest_Volume.h |