Navigation
API > API/Runtime > API/Runtime/FieldSystemEngine > API/Runtime/FieldSystemEngine/Field > API/Runtime/FieldSystemEngine/Field/UCullingField
References
| Module | FieldSystemEngine |
| Header | /Engine/Source/Runtime/Experimental/FieldSystem/Source/FieldSystemEngine/Public/Field/FieldSystemObjects.h |
| Include | #include "Field/FieldSystemObjects.h" |
| Source | /Engine/Source/Runtime/Experimental/FieldSystem/Source/FieldSystemEngine/Private/Field/FieldSystemObjects.cpp |
UCullingField &42; SetCullingField
&40;
const UFieldNodeBase &42; Culling,
const UFieldNodeBase &42; Field,
EFieldCullingOperationType Operation
&41;
Remarks
Evaluate the input field according to the result of the culling field.
Parameters
| Name | Description |
|---|---|
| Culling | Culling field to be used. |
| Field | Input field that will be evaluated according to the culling field result. |
| Operation | Evaluate the input field if the result of the culling field is equal to 0 (Inside) or different from 0 (Outside). |