Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStreamingAnimationData
Description
Updates the streaming status of the animation and performs finalization when appropriate. The function returns true while there are pending requests in flight and updating needs to continue.
| Name | UpdateStreamingStatus |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimationStreaming.h |
| Include Path | #include "Animation/AnimationStreaming.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimationStreaming.cpp |
bool UpdateStreamingStatus()
true if there are requests in flight, false otherwise