Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPathPermissionList
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AddAllowListItem
(
const FName OwnerName, |
Add item to allowlist after which all items not in the allowlist will be filtered out. | Misc/NamePermissionList.h | |
bool AddAllowListItem
(
const FName OwnerName, |
Add item to allowlist after which all items not in the allowlist will be filtered out. | Misc/NamePermissionList.h | |
bool AddAllowListItem
(
const FName OwnerName, |
Add item to allowlist after which all items not in the allowlist will be filtered out. | Misc/NamePermissionList.h |
AddAllowListItem(const FName, const FStringView)
Description
Add item to allowlist after which all items not in the allowlist will be filtered out.
| Name | AddAllowListItem |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/NamePermissionList.h |
| Include Path | #include "Misc/NamePermissionList.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/PathPermissionList.cpp |
bool AddAllowListItem
(
const FName OwnerName,
const FStringView Item
)
whether the filters changed.
AddAllowListItem(const FName, const FName)
Description
Add item to allowlist after which all items not in the allowlist will be filtered out.
| Name | AddAllowListItem |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/NamePermissionList.h |
| Include Path | #include "Misc/NamePermissionList.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/PathPermissionList.cpp |
bool AddAllowListItem
(
const FName OwnerName,
const FName Item
)
whether the filters changed.
AddAllowListItem(const FName, const TCHAR *)
Description
Add item to allowlist after which all items not in the allowlist will be filtered out.
| Name | AddAllowListItem |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/NamePermissionList.h |
| Include Path | #include "Misc/NamePermissionList.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/PathPermissionList.cpp |
bool AddAllowListItem
(
const FName OwnerName,
const TCHAR * Item
)
whether the filters changed.