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 |
UFUNCTION (BlueprintPure, Category="Field")
UCullingField * SetCullingField
(
UPARAM const UFieldNodeBase * Culling,
UPARAM const UFieldNodeBase * Field,
UPARAM(DisplayName="Culling Operation") EFieldCullingOperationType Operation
)
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). |