Navigation
API > API/Runtime > API/Runtime/FieldSystemEngine > API/Runtime/FieldSystemEngine/Field
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- UFieldNodeBase
- UCullingField
References
| Module | FieldSystemEngine |
| Header | /Engine/Source/Runtime/Experimental/FieldSystem/Source/FieldSystemEngine/Public/Field/FieldSystemObjects.h |
| Include | #include "Field/FieldSystemObjects.h" |
Syntax
class UCullingField : public UFieldNodeBase
Remarks
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< const UFieldNodeBase > | Culling | Culling field to be used | |
| TObjectPtr< const UFieldNodeBase > | Field | Input field that will be evaluated according to the culling field result | |
| TEnumAsByte< EFieldCullingOperationType > | Operation | Evaluate the input field if the result of the culling field is equal to 0 (Inside) or different from 0 (Outside) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UCullingField * | SetCullingField
(
const UFieldNodeBase* Culling, |
Evaluate the input field according to the result of the culling field. |
Overridden from UFieldNodeBase
| Type | Name | Description | |
|---|---|---|---|
| FFieldNodeBase * | NewEvaluationGraph
(
TArray< const UFieldNodeBase* >& Nodes |
||
| FFieldNodeBase::EFieldType | Type () |