ISequenceRecorder::GetTakeNumberForActor

Get the take number of an actor that is queued to record in the current group

Windows
MacOS
Linux

References

Module

SequenceRecorder

Header

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

Include

#include "ISequenceRecorder.h"

Syntax

uint32 GetTakeNumberForActor
(
    AActor * InActor
) const

Remarks

Get the take number of an actor that is queued to record in the current group

Returns

the take number for the given actor, 0 if actor isn't queued or no group is active

Parameters

Parameter

Description

InActor

The actor to fetch the take number for

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