ISequenceRecorder::LoadRecordingGroup

Attempts to load a recording group from the specified name.

Windows
MacOS
Linux

References

Module

SequenceRecorder

Header

/Engine/Source/Editor/SequenceRecorder/Public/ISequenceRecorder.h

Include

#include "ISequenceRecorder.h"

Syntax

TWeakObjectPtr< USequenceRecorderActorGroup > LoadRecordingGroup
(
    const FName Name
)

Remarks

Attempts to load a recording group from the specified name. Returns a pointer to the group if successfully loaded, otherwise nullptr.

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