Navigation
API > API/Plugins > API/Plugins/TakesCore > API/Plugins/TakesCore/UTakeRecorderSource
Description
This allows a Source to return an array of dynamically spawned settings objects for that source. These will be shown in the UI as a separate category when the source is Selected.
| Name | GetAdditionalSettingsObjects |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakeRecorderSource.h |
| Include Path | #include "TakeRecorderSource.h" |
virtual TArray < UObject * > GetAdditionalSettingsObjects() const
A an array of additional objects to be shown in the UI. Can be an empty list if no additional settings objects are needed.