Navigation
API > API/Plugins > API/Plugins/TakesCore > API/Plugins/TakesCore/UTakeRecorderSources
References
| Module | TakesCore |
| Header | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakeRecorderSources.h |
| Include | #include "TakeRecorderSources.h" |
UFUNCTION&40;BlueprintPure, DisplayName&61;"Get Sources &40;Copy&41;", Category&61;"Take Recorder"&41;
TArray< UTakeRecorderSource &42; > GetSourcesCopy&40;&41; const
Remarks
Retrieves a copy of the list of sources that are being recorded. This is intended for Blueprint usages which cannot use TArrayView. DO NOT MODIFY THIS ARRAY, modifications will be lost.