EActorToCheck::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 EActorToCheck
{
    enum Type
    {
        WorldActor,
        SnapshotActor,
        Both,
    }
}

Values

Name

Description

WorldActor

Checks only the tags of the world actor

SnapshotActor

Checks only the tags of the snapshot actor

Both

Checks the tags of both actors.

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