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&40;BlueprintCallable, Category&61;"Take Recorder", Meta&61;&40;DeterminesOutputType&61;"InSourceType"&41;&41;
UTakeRecorderSource &42; AddSource
&40;
TSubclassOf< UTakeRecorderSource > InSourceType
&41;
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 |