FMatchRules

A set of rules that specifies what files we'll be watching

Windows
MacOS
Linux

References

Module

DirectoryWatcher

Header

/Engine/Source/Developer/DirectoryWatcher/Public/FileCacheUtilities.h

Include

#include "FileCacheUtilities.h"

Syntax

struct FMatchRules

Remarks

A set of rules that specifies what files we'll be watching

Constructors

Name Description

Public function

FMatchRules()

Functions

Name Description

Public function

void

 

AddWildcardRule

(
    const FWildcardString& WildcardStr...,
    bool bInclude
)

Specify a wildcard match to include or exclude

Public function Const

bool

 

IsFileApplicable

(
    const TCHAR* Filename
)

Check whether the specified file is applicable based on these rules or not

Public function

void

 

SetApplicableExtensions

(
    const FString& InExtensions
)

Specify a set of applicable extensions, ; separated.

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