Navigation
API > API/Plugins > API/Plugins/ChaosCaching > API/Plugins/ChaosCaching/AChaosCacheManager
Description
Triggers a component to play or record. If the cache manager has an observed component entry for InComponent and it is a triggered entry this will begin the playback or record for that component, otherwise no action is taken.
| Name | TriggerComponent |
| 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 TriggerComponent
(
UPrimitiveComponent * InComponent
)
Parameters
| Name | Remarks |
|---|---|
| InComponent | Component to trigger |