Navigation
API > API/Plugins > API/Plugins/TakesCore > API/Plugins/TakesCore/UTakeRecorderSources > API/Plugins/TakesCore/UTakeRecorderSources/AddSource
References
| Module | TakesCore |
| Header | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakeRecorderSources.h |
| Include | #include "TakeRecorderSources.h" |
| Source | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Private/TakeRecorderSources.cpp |
UFUNCTION (BlueprintCallable, Category="Take Recorder", Meta=(DeterminesOutputType="InSourceType"))
UTakeRecorderSource * AddSource
(
TSubclassOf < UTakeRecorderSource > InSourceType
)
Remarks
Add a new source to this source list of the templated type An instance of the specified source type
Parameters
| Name | Description |
|---|---|
| InSourceType | The class type of the source to add |