Navigation
API > API/Runtime > API/Runtime/Core
Result of non-exact filtering on path prefixes.
| Name | EPathPermissionPrefixResult |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/NamePermissionList.h |
| Include Path | #include "Misc/NamePermissionList.h" |
Syntax
enum EPathPermissionPrefixResult
{
Fail,
FailRecursive,
Pass,
PassRecursive,
}
Values
| Name | Remarks |
|---|---|
| Fail | The query against the list failed because of one of the following: |
| FailRecursive | The query against the list failed and either: |
| Pass | The query against the list succeeded, but queries for child paths may fail because there are longer paths in the deny-list with more components |
| PassRecursive | The query against the list succeeded and queries for child paths will all succeed no deny-list entry can possibly fail them |