UTakeRecorderSource::AddContentsToFolder

If you are not recording into a sub-sequence then this will be called after PreRecording is called and will specify the folder that this Source should add itself to.

Windows
MacOS
Linux

References

Module

TakesCore

Header

/Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakeRecorderSource.h

Include

#include "TakeRecorderSource.h"

Syntax

virtual void AddContentsToFolder
(
    class UMovieSceneFolder * InFolder
)

Remarks

If you are not recording into a sub-sequence then this will be called after PreRecording is called and will specify the folder that this Source should add itself to. This will not be called if you are recording into a sub-sequence as recorded data should be placed in the root of the sub-sequence in that case.

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