FMovieSceneSpawnable::IsSpawnableTemplate

Check if the specified object is a spawnable template

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

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