Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPathPermissionList
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RemoveAllowListItem
(
const FName OwnerName, |
Remove item from the AllowList | Misc/NamePermissionList.h | |
bool RemoveAllowListItem
(
const FName OwnerName, |
Remove item from the AllowList | Misc/NamePermissionList.h | |
bool RemoveAllowListItem
(
const FName OwnerName, |
Remove item from the AllowList | Misc/NamePermissionList.h |
RemoveAllowListItem(const FName, const FStringView)
Description
Remove item from the AllowList
| Name | RemoveAllowListItem |
| 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 RemoveAllowListItem
(
const FName OwnerName,
const FStringView Item
)
whether the filters changed
RemoveAllowListItem(const FName, const FName)
Description
Remove item from the AllowList
| Name | RemoveAllowListItem |
| 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 RemoveAllowListItem
(
const FName OwnerName,
const FName Item
)
whether the filters changed
RemoveAllowListItem(const FName, const TCHAR *)
Description
Remove item from the AllowList
| Name | RemoveAllowListItem |
| 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 RemoveAllowListItem
(
const FName OwnerName,
const TCHAR * Item
)
whether the filters changed