Navigation
API > API/Plugins > API/Plugins/TakeRecorder > API/Plugins/TakeRecorder/UTakeRecorderSubsystem
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.
Virtual Inheritance
- ITakeRecorderSubsystemInterface::GetAllSourcesCopy → UTakeRecorderSubsystem::GetAllSourcesCopy
| Name | GetAllSourcesCopy |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakeRecorder/Public/Recorder/TakeRecorderSubsystem.h |
| Include Path | #include "Recorder/TakeRecorderSubsystem.h" |
| Source | /Engine/Plugins/VirtualProduction/Takes/Source/TakeRecorder/Private/Recorder/TakeRecorderSubsystem.cpp |
UFUNCTION (BlueprintPure, DisplayName="Get Sources (Copy)", Category=TakeRecorder)
virtual TArray < UTakeRecorderSource * > GetAllSourcesCopy() const