FMovieSceneSpawnRegister::CanConvertSpawnableToPossessable

Check whether the specified Spawnable can become a Possessable.

Windows
MacOS
Linux

Override Hierarchy

FMovieSceneSpawnRegister::CanConvertSpawnableToPossessable()

FLevelSequenceEditorSpawnRegister::CanConvertSpawnableToPossessable()

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneSpawnRegister.h

Include

#include "MovieSceneSpawnRegister.h"

Syntax

virtual bool CanConvertSpawnableToPossessable
(
    FMovieSceneSpawnable & Spawnable
) const

Remarks

Check whether the specified Spawnable can become a Possessable.

Returns

whether the conversion from Spawnable to Possessable can occur.

Parameters

Parameter

Description

Spawnable

The spawnable 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