Navigation
API > API/Plugins > API/Plugins/TakesCore > API/Plugins/TakesCore/UTakeRecorderSources
Description
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.
| Name | GetSourcesCopy |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakeRecorderSources.h |
| Include Path | #include "TakeRecorderSources.h" |
UFUNCTION (BlueprintPure, DisplayName="Get Sources (Copy)", Category="Take Recorder")
TArray < UTakeRecorderSource * > GetSourcesCopy() const