Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/TPreAnimatedCaptureSources
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void StopTrackingCaptureSource
(
const KeyType& InKey |
Stop tracking the evaluation key in question, restoring the value if it was captured with bWantsRestoreState | Evaluation/PreAnimatedState/MovieScenePreAnimatedCaptureSources.h | |
void StopTrackingCaptureSource
(
const KeyType& InKey, |
Stop tracking the evaluation key in question, where associated with the given storage value ID This restores the value if it was captured with bWantsRestoreState | Evaluation/PreAnimatedState/MovieScenePreAnimatedCaptureSources.h |
StopTrackingCaptureSource(const KeyType &)
Description
Stop tracking the evaluation key in question, restoring the value if it was captured with bWantsRestoreState
| Name | StopTrackingCaptureSource |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/PreAnimatedState/MovieScenePreAnimatedCaptureSources.h |
| Include Path | #include "Evaluation/PreAnimatedState/MovieScenePreAnimatedCaptureSources.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Evaluation/PreAnimatedState/MovieScenePreAnimatedCaptureSources.inl |
void StopTrackingCaptureSource
(
const KeyType & InKey
)
StopTrackingCaptureSource(const KeyType &, FPreAnimatedStorageID)
Description
Stop tracking the evaluation key in question, where associated with the given storage value ID This restores the value if it was captured with bWantsRestoreState
| Name | StopTrackingCaptureSource |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/PreAnimatedState/MovieScenePreAnimatedCaptureSources.h |
| Include Path | #include "Evaluation/PreAnimatedState/MovieScenePreAnimatedCaptureSources.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/Evaluation/PreAnimatedState/MovieScenePreAnimatedCaptureSources.inl |
void StopTrackingCaptureSource
(
const KeyType & InKey,
FPreAnimatedStorageID InStorageID
)