unreal.DoNotCareHandling

class unreal.DoNotCareHandling

Bases: unreal.EnumBase

EDo Not Care Handling

C++ Source:

  • Plugin: LevelSnapshots

  • Module: LevelSnapshotFilters

  • File: ActorDependentPropertyFilter.h

USE_DO_NOT_CARE_FILTER

When IsActorValid returns DoNotCare, use RunOnDoNotCareActorFilter.

Type

2

USE_EXCLUDE_FILTER

When IsActorValid returns Exclude, use RunOnExcludedActorFilter.

Type

1

USE_INCLUDE_FILTER

When IsActorValid returns Include, use RunOnIncludedActorFilter.

Type

0