Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/UMovieSceneAsyncAction_SequenceP-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ReportResult
(
UE::MovieScene::FInterrogationChannels* Channels, |
Report the result for this prediction to any observers | Systems/MovieScenePredictionSystem.h | |
void ReportResult
(
UE::MovieScene::FInterrogationChannels* Channels, |
Systems/MovieScenePredictionSystem.h |
ReportResult(UE::MovieScene::FInterrogationChannels *, const TSparseArray< TArray< FTransform > > &)
Description
Report the result for this prediction to any observers
| Name | ReportResult |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Systems/MovieScenePredictionSystem.h |
| Include Path | #include "Systems/MovieScenePredictionSystem.h" |
| Source | /Engine/Source/Runtime/MovieSceneTracks/Private/Systems/MovieScenePredictionSystem.cpp |
void ReportResult
(
UE::MovieScene::FInterrogationChannels * Channels,
const TSparseArray < TArray < FTransform > > & AllResults
)
Parameters
| Name | Remarks |
|---|---|
| Channels | Interrogation channel map for retrieving channels for objects |
| AllResults | The interrogation results for all predictions, in the space requested by this prediction |
ReportResult(UE::MovieScene::FInterrogationChannels *, const TSparseArray< TArray< UE::MovieScene::FIntermediate3DTransform > > &)
| Name | ReportResult |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Systems/MovieScenePredictionSystem.h |
| Include Path | #include "Systems/MovieScenePredictionSystem.h" |
| Source | /Engine/Source/Runtime/MovieSceneTracks/Private/Systems/MovieScenePredictionSystem.cpp |
void ReportResult
(
UE::MovieScene::FInterrogationChannels * Channels,
const TSparseArray < TArray < UE::MovieScene::FIntermediate3DTransform > > & AllResults
)