Navigation
API > API/Plugins > API/Plugins/TakesCore > API/Plugins/TakesCore/UTakeRecorderSource
Description
Gives the Source object an opportunity to perform additional initialization outside of the constructor. This can be necessary when needing to perform additional initialization that should not occur if/when the object is duplicated (as is the case when all sources are duplicated prior to each record pass).
| Name | Initialize |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakeRecorderSource.h |
| Include Path | #include "TakeRecorderSource.h" |
virtual void Initialize()