Navigation
API > API/Plugins > API/Plugins/TakesCore > API/Plugins/TakesCore/UTakeRecorderSources
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SourceType * AddSource () |
Add a new source to this source list of the templated type | TakeRecorderSources.h | |
UTakeRecorderSource * AddSource
(
TSubclassOf< UTakeRecorderSource > InSourceType |
Add a new source to this source list of the templated type | TakeRecorderSources.h |
|
AddSource()
Description
Add a new source to this source list of the templated type
| Name | AddSource |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakeRecorderSources.h |
| Include Path | #include "TakeRecorderSources.h" |
template<typename SourceType>
SourceType * AddSource()
An instance of the templated type
AddSource(TSubclassOf< UTakeRecorderSource >)
Description
Add a new source to this source list of the templated type
| Name | AddSource |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakeRecorderSources.h |
| Include Path | #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
)
An instance of the specified source type
Parameters
| Name | Remarks |
|---|---|
| InSourceType | The class type of the source to add |