Navigation
API > API/Plugins > API/Plugins/ChaosCaching > API/Plugins/ChaosCaching/Chaos
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UChaosCacheCollection
References
| Module | ChaosCaching |
| Header | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/CacheCollection.h |
| Include | #include "Chaos/CacheCollection.h" |
Syntax
UCLASS&40;Experimental, BlueprintType, MinimalAPI&41;
class UChaosCacheCollection : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TObjectPtr< UChaosCache > > | Caches |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UChaosCache * | |||
| UChaosCache * | FindOrAddCache
(
const FName& CacheName |
||
| void | |||
| const TArray< UChaosCache * > & | GetCaches () |
||
| float | Return the max duration of all the caches stored in the collection |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | GetAssetRegistryTags
(
TArray< FAssetRegistryTag >& OutTags |
Gathers a list of asset registry searchable tags which are name/value pairs with some type information This only needs to be implemented for asset objects |