Navigation
API > API/Runtime > API/Runtime/LevelSequence > API/Runtime/LevelSequence/ULevelSequence
- UMovieSceneSequence::CanAnimateObject()
- ULevelSequence::CanAnimateObject()
References
Module | LevelSequence |
Header | /Engine/Source/Runtime/LevelSequence/Public/LevelSequence.h |
Include | #include "LevelSequence.h" |
Source | /Engine/Source/Runtime/LevelSequence/Private/LevelSequence.cpp |
virtual bool CanAnimateObject
&40;
UObject & InObject
&41; const
Remarks
Specifies whether this sequence can animate the object in question (either as a spawnable or possessable) true if this object can be animated.
Parameters
Name | Description |
---|---|
InObject | The object to check |