Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/NamePermissionList.h |
| Include | #include "Misc/NamePermissionList.h" |
Syntax
enum EPathPermissionPrefixResult
{
Fail,
FailRecursive,
Pass,
PassRecursive,
}
Values
| Name | Description |
|---|---|
| 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 |
Remarks
Result of non-exact filtering on path prefixes.