Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Data Registry Cache Policy' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Data Registry Cache Policy |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Cache Is Always Volatile | If this is true, the cache is always considered volatile when returning EDataRegistryCacheResult |
| boolean | Use Curve Table Cache Version | If this is true, the cache version is synchronized with the global CurveTable cache version |
| integer | Min Number Kept | Will not release items if fewer then this number loaded, 0 means infinite |
| integer | Max Number Kept | Maximum number of items to keep loaded, 0 means infinite |
| real | Force Keep Seconds | Any item accessed within this amount of seconds is never unloaded |
| real | Force Release Seconds | Any item not accessed within this amount of seconds is always unloaded |