Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemand > API/Runtime/IoStoreOnDemand/IO
References
| Module | IoStoreOnDemand |
| Header | /Engine/Source/Runtime/Experimental/IoStore/OnDemand/Public/IO/IoStoreOnDemand.h |
| Include | #include "IO/IoStoreOnDemand.h" |
Syntax
class FOnDemandContentHandle
Remarks
Keeps referenced data pinned in the cache until released.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Creates a new invalid content handle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destroy the handle and release any referenced content. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FOnDemandContentHandle | Create () |
Create a new content handle . | |
| FOnDemandContentHandle | Create
(
FSharedString DebugName |
Create a new content handle with a debug name. | |
| FOnDemandContentHandle | Create
(
FStringView DebugName |
Create a new content handle with a debug name. | |
| bool | IsValid () |
Returns whether the handle is valid. | |
| void | Reset () |
Destroy the handle and release any referenced content. |