Navigation
API > API/Plugins > API/Plugins/ChaosCaching > API/Plugins/ChaosCaching/Chaos > API/Plugins/ChaosCaching/Chaos/AChaosCacheManager
References
Module | ChaosCaching |
Header | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/CacheManagerActor.h |
Include | #include "Chaos/CacheManagerActor.h" |
Source | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Private/Chaos/CacheManagerActor.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Caching"&41;
void TriggerComponent
&40;
UPrimitiveComponent &42; InComponent
&41;
Remarks
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.
Parameters
Name | Description |
---|---|
InComponent | Component to trigger |