UCullingField::SetCullingField

Evaluate the input field according to the result of the culling field

Windows
MacOS
Linux

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

Syntax

UCullingField * SetCullingField
(
    const UFieldNodeBase * Culling,
    const UFieldNodeBase * Field,
    EFieldCullingOperationType Operation
)

Remarks

Evaluate the input field according to the result of the culling field

Parameters

Parameter

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)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss