Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/IMountPoint
Description
Whether the MountPoint is currently mounted. IMountPoints can be registered with PackageName before they are mounted, and IMountPoints will remain allocated, and be used by PackageName rather than replaced with a new allocation when they are mounted, as long as they have a non-zero refcount. Mutable but atomic, can be read from any thread.
| Name | IsMounted |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Misc/MountPoint.h |
| Include Path | #include "Misc/MountPoint.h" |
bool IsMounted() const