FMovieSceneSpawnable::IsSpawnableTemplate

Check if the specified object is a spawnable template

Choose your operating system:

Windows

macOS

Linux

References

Module

MovieScene

Header

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

Include

#include "MovieSceneSpawnable.h"

Source

/Engine/Source/Runtime/MovieScene/Private/MovieSceneSpawnable.cpp

Syntax

static bool IsSpawnableTemplate
(
    const UObject & InObject
)

Remarks

Check if the specified object is a spawnable template

Returns

true if the specified object is a spawnable template, false otherwise

Parameters

Parameter

Description

InObject

The object to test