Navigation
API > API/Plugins > API/Plugins/TakesCore > API/Plugins/TakesCore/UTakeRecorderSource
Description
This is called each frame and allows the source to record any new information from the current frame. Called after all actors in the level Tick.
Will not be called if this recording source is not enabled.
| Name | TickRecording |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakeRecorderSource.h |
| Include Path | #include "TakeRecorderSource.h" |
virtual void TickRecording
(
const FQualifiedFrameTime & CurrentSequenceTime
)
Parameters
| Name | Remarks |
|---|---|
| - | CurrentSequenceTime - The frame of the Level Sequence for this frame that the data should be stored on. Passed as a qualified time to handle any differences in sub-sequence resolutions. |