Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include | #include "UObject/UObjectGlobals.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectGlobals.cpp |
void RemoveMountPointDefaultPackageFlags
(
const TArrayView < FString > InMountPoints
)
Remarks
Removes the provided list of mount points from the MountPointToDefaultPackageFlags map
Parameters
| Name | Description |
|---|---|
| InMountPoints | A list of mount points that will be removed and no longer have DefaultPackageFlags associated with them |