ULevelSequence::CanAnimateObject

Specifies whether this sequence can animate the object in question (either as a spawnable or possessable)

Windows
MacOS
Linux

Override Hierarchy

References

Module

LevelSequence

Header

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

Include

#include "LevelSequence.h"

Source

/Engine/Source/Runtime/LevelSequence/Private/LevelSequence.cpp

Syntax

virtual bool CanAnimateObject
(
    UObject & InObject
) const

Remarks

Specifies whether this sequence can animate the object in question (either as a spawnable or possessable)

Returns

true if this object can be animated.

Parameters

Parameter

Description

InObject

The object to check

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