unreal.FilterResult

class unreal.FilterResult

Bases: unreal.EnumBase

EFilter Result

C++ Source:

  • Plugin: LevelSnapshots

  • Module: LevelSnapshotFilters

  • File: LevelSnapshotFilters.h

DO_NOT_CARE

The filter does not care what happens to this actor / property. * Another filter will decide. If all filters don’t care, actor / property is included. * * Use this for filters that only implement one function: IsActorValid or IsPropertyValid.

Type

2

EXCLUDE

This actor / property will be excluded.

Type

1

INCLUDE

This actor / property will be included.

Type

0