Navigation
API > API/Plugins > API/Plugins/TakesCore > API/Plugins/TakesCore/UTakeRecorderSource
References
| Module | TakesCore |
| Header | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakeRecorderSource.h |
| Include | #include "TakeRecorderSource.h" |
virtual void Initialize&40;&41;
Remarks
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).