Navigation
API > API/Plugins > API/Plugins/ChaosCaching > API/Plugins/ChaosCaching/AChaosCacheManager
Description
Triggers a component to play or record. Searches the observed component list for an entry matching InCacheName and triggers the playback or recording of the linked observed component
| Name | TriggerComponentByCache |
| Type | function |
| Header File | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/CacheManagerActor.h |
| Include Path | #include "Chaos/CacheManagerActor.h" |
| Source | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Private/Chaos/CacheManagerActor.cpp |
UFUNCTION (BlueprintCallable, Category="Caching")
void TriggerComponentByCache
(
FName InCacheName
)
Parameters
| Name | Remarks |
|---|---|
| InCacheName | Cache name to trigger |