unreal.FieldCullingOperationType

class unreal.FieldCullingOperationType

Bases: unreal.EnumBase

EField Culling Operation Type

C++ Source:

  • Module: Chaos

  • File: FieldSystemTypes.h

FIELD_CULLING_INSIDE

Evaluate the input field if the result of the culling field is equal to 0

Type

0

FIELD_CULLING_OUTSIDE

Evaluate the input field if the result of the culling field is different from 0

Type

1