Navigation
API > API/Plugins > API/Plugins/Water
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEnvQueryNode
- UEnvQueryTest
- UEnvQueryTest_InsideWaterBody
References
| Module | Water |
| Header | /Engine/Plugins/Experimental/Water/Source/Runtime/Public/EnvQueryTest_InsideWaterBody.h |
| Include | #include "EnvQueryTest_InsideWaterBody.h" |
Syntax
UCLASS&40;&41;
class UEnvQueryTest_InsideWaterBody : public UEnvQueryTest
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIgnoreExclusionVolumes | Whether water body exclusion volumes should be taken into account in the query. | |
| bool | bIncludeWaves | Whether waves should be taken into account in the query. | |
| bool | bSimpleWaves | Use the simple (faster) version of waves computation. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UEnvQueryTest_InsideWaterBody
(
const FObjectInitializer& ObjectInitializer |
Overridden from UEnvQueryTest
| Type | Name | Description | |
|---|---|---|---|
| void | RunTest
(
FEnvQueryInstance& QueryInstance |
Function that does the actual work |
Overridden from UEnvQueryNode
| Type | Name | Description | |
|---|---|---|---|
| FText |