Navigation
API > API/Plugins > API/Plugins/TakeRecorderSources > API/Plugins/TakeRecorderSources/ITakeRecorderSourcesModule
Description
When building UTakeRecorderActorSource::RecordedProperties, decides whether an object should be included in the list of recorded objects. This is a conjunction, i.e. all registered delegates must return true for the object to be recorded; in other words, only one delegate need return false for the object to not be recorded.
| Name | RegisterCanRecordDelegate |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakeRecorderSources/Public/ITakeRecorderSourcesModule.h |
| Include Path | #include "ITakeRecorderSourcesModule.h" |
void RegisterCanRecordDelegate
(
FName HandleId,
FCanRecordDelegate InDelegate
)