Navigation
API > API/Plugins > API/Plugins/TakesCore > API/Plugins/TakesCore/UTakeRecorderSource
Description
If you are not recording into a sub-sequence then this will be called after PreRecording is called and will specify the folder that this Source should add itself to. This will not be called if you are recording into a sub-sequence as recorded data should be placed in the root of the sub-sequence in that case.
| Name | AddContentsToFolder |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakeRecorderSource.h |
| Include Path | #include "TakeRecorderSource.h" |
virtual void AddContentsToFolder
(
class UMovieSceneFolder * InFolder
)