FLevelSequenceObject::FLevelSequenceObject

Creates and initializes a new instance from an object component.

Choose your operating system:

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.