FLevelSequenceSpawnRegister::CanSpawnObject

Whether this class is supported as a spawnable

Windows
MacOS
Linux

Override Hierarchy

FMovieSceneSpawnRegister::CanSpawnObject()

FLevelSequenceSpawnRegister::CanSpawnObject()

References

Module

LevelSequence

Header

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

Include

#include "LevelSequenceSpawnRegister.h"

Source

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

Syntax

virtual bool CanSpawnObject
(
    UClass * InClass
) const

Remarks

Whether this class is supported as a spawnable

Returns

Whether this class is supported as a spawnable

Parameters

Parameter

Description

InClass

The class

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