ENameMatchingRule::Type

Windows
MacOS
Linux

References

Module

LevelSnapshotFilters

Header

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

Include

#include "Builtin/PropertyHasNameFilter.h"

Syntax

namespace ENameMatchingRule
{
    enum Type
    {
        MatchesExactly,
        MatchesIgnoreCase,
        ContainsExactly,
        ContainsIgnoreCase,
    }
}

Values

Name

Description

MatchesExactly

The property name must match the given name exactly.

MatchesIgnoreCase

The name must match the given name but ignores the case

ContainsExactly

The name must contains the following substring (case sensitive)

ContainsIgnoreCase

The name must contains the following substring (case insensitive)

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