ETagCheckingBehavior::Type

Windows
MacOS
Linux

References

Module

LevelSnapshotFilters

Header

/Engine/Plugins/VirtualProduction/LevelSnapshots/Source/LevelShapshotFilters/Public/Builtin/ActorHasTagFilter.h

Include

#include "Builtin/ActorHasTagFilter.h"

Syntax

namespace ETagCheckingBehavior
{
    enum Type
    {
        HasAllTags,
        HasAnyTag,
    }
}

Values

Name

Description

HasAllTags

Actor must have all tags to pass

HasAnyTag

Actor must have at least one of the tags

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