![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneEvaluationTreeFormatter.h>
Classes | |
| struct | FLogRowItem |
Public Types | |
| using | FLogRow = TArray< FLogRowItem > |
| using | FDataIndex = TTuple< int32, int32 > |
| using | FDataInfo = TTuple< int32, TRange< FFrameNumber > > |
Public Member Functions | |
| DECLARE_DELEGATE_TwoParams (FOnFormatData, const DataType &, TStringBuilder< 256 > &) | |
| TMovieSceneEvaluationTreeFormatter (const TMovieSceneEvaluationTree< DataType > &InTree) | |
| void | LogTree () |
Public Attributes | |
| const TMovieSceneEvaluationTree< DataType > & | Tree |
| TArray< FLogRow > | LogRows |
| TMap< FDataIndex, FDataInfo > | DataIndices |
| int32 | ParentItemMargin = 8 |
| FOnFormatData | DataFormatter |
| using TMovieSceneEvaluationTreeFormatter< DataType >::FDataIndex = TTuple<int32, int32> |
| using TMovieSceneEvaluationTreeFormatter< DataType >::FDataInfo = TTuple<int32, TRange<FFrameNumber> > |
| using TMovieSceneEvaluationTreeFormatter< DataType >::FLogRow = TArray<FLogRowItem> |
|
inline |
| TMovieSceneEvaluationTreeFormatter< DataType >::DECLARE_DELEGATE_TwoParams | ( | FOnFormatData | , |
| const DataType & | , | ||
| TStringBuilder< 256 > & | |||
| ) |
|
inline |
| FOnFormatData TMovieSceneEvaluationTreeFormatter< DataType >::DataFormatter |
| TMap<FDataIndex, FDataInfo> TMovieSceneEvaluationTreeFormatter< DataType >::DataIndices |
| TArray<FLogRow> TMovieSceneEvaluationTreeFormatter< DataType >::LogRows |
| int32 TMovieSceneEvaluationTreeFormatter< DataType >::ParentItemMargin = 8 |
| const TMovieSceneEvaluationTree<DataType>& TMovieSceneEvaluationTreeFormatter< DataType >::Tree |