Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FMovieSceneEntityComponentField
Description
- Query the one-shot entities that overlap with the specified query range.
-
One-shot entities only ever live for a single frame of evaluation.
| Name | QueryOneShotEntities |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneEvaluationField.h |
| Include Path | #include "Evaluation/MovieSceneEvaluationField.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Evaluation/MovieSceneEvaluationField.cpp |
void QueryOneShotEntities
(
const TRange < FFrameNumber > & QueryRange,
FMovieSceneEvaluationFieldEntitySet & OutEntityIndices
) const
Parameters
| Name | Remarks |
|---|---|
| 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 |