Navigation
API > API/Runtime > API/Runtime/MovieScene
Type
typedef TDelegate< void(), FNotThreadSafeNotCheckedDelegateUserPolicy > FMovieSceneSequenceLatentActionDelegate
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneLatentActionManager.h |
| Include | #include "MovieSceneLatentActionManager.h" |
Remarks
Using "not checked" user policy (means race detection is disabled) because this delegate is stored in a TArray and causes its reallocation from inside delegate's execution. This is incompatible with race detection that needs to access the delegate instance after its execution