FLevelSequenceObject::FLevelSequenceObject

Creates and initializes a new instance from an object component.

Windows
MacOS
Linux

References

Module

LevelSequence

Header

/Engine/Source/Runtime/LevelSequence/Public/LevelSequenceObject.h

Include

#include "LevelSequenceObject.h"

Syntax

FLevelSequenceObject
(
    UObject * InOwner,
    FString InComponentName
)

Remarks

Creates and initializes a new instance from an object component.

Parameters

Parameter

Description

InOwner

The object that owns the component.

InComponentName

The component to be bound.

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