![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <StreamableManager.h>
Public Member Functions | |
| ENGINE_API | FStreamableDownloadCachePin () |
| ENGINE_API | ~FStreamableDownloadCachePin () |
| ENGINE_API FString | GetDebugName () const |
| ENGINE_API void | Release () |
| ENGINE_API bool | IsValid () const |
| operator bool () const | |
| ENGINE_API bool | operator== (FStreamableDownloadCachePin &Other) const |
Static Public Member Functions | |
| template<typename DebugNameType = UE::FSourceLocation> | |
| static FStreamableDownloadCachePin | Create (DebugNameType &&DebugNameOrLocation) |
Friends | |
| struct | UE::StreamableManager::Private::FDownloadContext |
Handle that pins downloaded packages in the local cache, may be shared between requests
|
default |
|
default |
|
inlinestatic |
| FString FStreamableDownloadCachePin::GetDebugName | ( | ) | const |
| bool FStreamableDownloadCachePin::IsValid | ( | ) | const |
|
inline |
| bool FStreamableDownloadCachePin::operator== | ( | FStreamableDownloadCachePin & | Other | ) | const |
| void FStreamableDownloadCachePin::Release | ( | ) |