Navigation
API > API/Plugins > API/Plugins/TakesCore > API/Plugins/TakesCore/UTakeRecorderSource
Description
If the source is Valid and ready to be recorded. Tells the Take Recorder that it's really going to record. Note that PreRecord/StartRecord may still get called on the source even if not Valid. This is used mainly so we only Start Recording if we have more than one Valid Source.
| Name | IsValid |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakeRecorderSource.h |
| Include Path | #include "TakeRecorderSource.h" |
virtual bool IsValid() const