UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::MovieScene::TSimpleBlenderGatherResults< PropertyType, ResultTraits > Struct Template Reference

#include <MovieSceneBlenderSystemHelper.h>

Public Member Functions

 TSimpleBlenderGatherResults (FMovieSceneBlenderSystemID InSystemID, TArray< TSimpleBlendResult< PropertyType > > &InBlendChannelResults)
 
void ForEachEntity (FMovieSceneBlendChannelID BlendChannelInput, PropertyType Value) const
 

Public Attributes

FMovieSceneBlenderSystemID SystemID
 
TArray< TSimpleBlendResult< PropertyType > > & BlendChannelResults
 

Constructor & Destructor Documentation

◆ TSimpleBlenderGatherResults()

template<typename PropertyType , typename ResultTraits = TSimpleBlendResultTraits<PropertyType>>
UE::MovieScene::TSimpleBlenderGatherResults< PropertyType, ResultTraits >::TSimpleBlenderGatherResults ( FMovieSceneBlenderSystemID  InSystemID,
TArray< TSimpleBlendResult< PropertyType > > &  InBlendChannelResults 
)
inline

Member Function Documentation

◆ ForEachEntity()

template<typename PropertyType , typename ResultTraits = TSimpleBlendResultTraits<PropertyType>>
void UE::MovieScene::TSimpleBlenderGatherResults< PropertyType, ResultTraits >::ForEachEntity ( FMovieSceneBlendChannelID  BlendChannelInput,
PropertyType  Value 
) const
inline

Member Data Documentation

◆ BlendChannelResults

template<typename PropertyType , typename ResultTraits = TSimpleBlendResultTraits<PropertyType>>
TArray<TSimpleBlendResult<PropertyType> >& UE::MovieScene::TSimpleBlenderGatherResults< PropertyType, ResultTraits >::BlendChannelResults

◆ SystemID

template<typename PropertyType , typename ResultTraits = TSimpleBlendResultTraits<PropertyType>>
FMovieSceneBlenderSystemID UE::MovieScene::TSimpleBlenderGatherResults< PropertyType, ResultTraits >::SystemID

The documentation for this struct was generated from the following file: