UTakeRecorderSources::AddSource

Add a new source to this source list of the templated type

Windows
MacOS
Linux

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

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(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

Returns

An instance of the specified source type

Parameters

Parameter

Description

InSourceType

The class type of the source to add

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss