Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FTransformTimeParams
Description
- Instruct the algorithm to add breadcrumbs to the specified container as it performs the transformation
-
this function will not empty the breadcrumbs, allowing the callsite to append paths of breadcrumbs together
| Name | AppendBreadcrumbs |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneTransformTypes.h |
| Include Path | #include "MovieSceneTransformTypes.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Evaluation/MovieSceneSequenceTransform.cpp |
FTransformTimeParams & AppendBreadcrumbs
(
FMovieSceneTransformBreadcrumbs & OutBreadcrumbs
)