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 (BlueprintPure, DisplayName="Get Sources (Copy)", Category="Take Recorder")
TArray < UTakeRecorderSource * > GetSourcesCopy() 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.