UMovieSceneParticleTrack::CreateTemplateForSection

Create a movie scene eval template for the specified section

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IMovieSceneTrackTemplateProducer::CreateTemplateForSection()

UMovieSceneParticleTrack::CreateTemplateForSection()

References

Module

MovieSceneTracks

Header

/Engine/Source/Runtime/MovieSceneTracks/Public/Tracks/MovieSceneParticleTrack.h

Include

#include "Tracks/MovieSceneParticleTrack.h"

Source

/Engine/Source/Runtime/MovieSceneTracks/Private/Tracks/MovieSceneParticleTrack.cpp

Syntax

virtual FMovieSceneEvalTemplatePtr CreateTemplateForSection
(
    const UMovieSceneSection & InSection
) const

Remarks

Create a movie scene eval template for the specified section

Returns

A template, or null

Parameters

Parameter

Description

InSection

The section to create a template for