Navigation
API > API/Plugins > API/Plugins/CacheTrackRecorder > API/Plugins/CacheTrackRecorder/UCacheTrackRecorder
Description
Called if we're currently recording a PIE world that has been shut down or if we start PIE in a non-PIE world. Bound in Initialize, and unbound in Stop.
| Name | HandlePIE |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/CacheTrackRecorder/Public/Recorder/CacheTrackRecorder.h |
| Include Path | #include "Recorder/CacheTrackRecorder.h" |
| Source | /Engine/Plugins/VirtualProduction/Takes/Source/CacheTrackRecorder/Private/Recorder/CacheTrackRecorder.cpp |
void HandlePIE
(
bool bIsSimulating
)