Navigation
Unreal Engine C++ API Reference > Developer > DirectoryWatcher > FMatchRules
References
Module | DirectoryWatcher |
Header | /Engine/Source/Developer/DirectoryWatcher/Public/FileCacheUtilities.h |
Include | #include "FileCacheUtilities.h" |
Syntax
struct FMatchRule
Remarks
Implementation of a match rule, wrapping up its type, and implementation
Variables
Type | Name | Description |
---|---|---|
TSharedPtr< IMa... | RuleImpl | The runtime implementation |
TEnumAsByte< ET... | Type | The type of this rule |
Enums
Type | Name | Description |
---|---|---|
Public enum | EType |