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 |
void TickObservedComponents
&40;
const TArray< int32 > & InIndices,
Chaos::FReal InDt,
FTickObservedFunction InCallable
&41;
Remarks
Helper function to apply a callable to observed components if they've been triggered, all of the Dt/time bookkeeping is handled in one place
Parameters
Name | Description |
---|---|
InIndices | Index list of the observed components to update |
InDt | Delta for the tick |
InCallable | Callable to fire if the observed component is active |