Choose your operating system:
Windows
macOS
Linux
| UMovieSceneSequence::CanPossessObject()
|
Module |
|
Header |
/Engine/Source/Runtime/LevelSequence/Public/LevelSequence.h |
Include |
#include "LevelSequence.h" |
Source |
/Engine/Source/Runtime/LevelSequence/Private/LevelSequence.cpp |
Check whether the given object can be possessed by this animation.
true if the object can be possessed, false otherwise.
Parameter |
Description |
---|---|
Object |
The object to check. |
InPlaybackContext |
The current playback context |