Navigation
API > API/Plugins > API/Plugins/TakesCore > API/Plugins/TakesCore/UTakeRecorderSources
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")
void RemoveSource
(
UTakeRecorderSource * InSource
)
Remarks
Remove the specified source from this list
Parameters
| Name | Description |
|---|---|
| InSource | The source to remove |