FMovieSceneEntityComponentField::QueryOneShotEntities

Query the one-shot entities that overlap with the specified query range.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationField.h

Include

#include "Evaluation/MovieSceneEvaluationField.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Evaluation/MovieSceneEvaluationField.cpp

Syntax

void QueryOneShotEntities
(
    const TRange< FFrameNumber > & QueryRange,
    FMovieSceneEvaluationFieldEntitySet & OutEntityIndices
) const

Remarks

Query the one-shot entities that overlap with the specified query range. @note One-shot entities only ever live for a single frame of evaluation.

Parameters

Parameter

Description

QueryRange

The ranger over which to query the field (in the TickResolution of the sequence this was generated from)

OutEntities

A set that will be populated with all the entities that overlapped at all with the specified range

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