|
| | FAnimationStreamingManager () |
| |
| virtual | ~FAnimationStreamingManager () |
| |
| virtual void | UpdateResourceStreaming (float DeltaTime, bool bProcessEverything=false) override |
| |
| virtual int32 | BlockTillAllRequestsFinished (float TimeLimit=0.0f, bool bLogResults=false) override |
| |
| virtual void | CancelForcedResources () override |
| |
| virtual void | NotifyLevelChange () override |
| |
| virtual void | SetDisregardWorldResourcesForFrames (int32 NumFrames) override |
| |
| virtual void | AddLevel (class ULevel *Level) override |
| |
| virtual void | RemoveLevel (class ULevel *Level) override |
| |
| virtual void | NotifyLevelOffset (class ULevel *Level, const FVector &Offset) override |
| |
| virtual void | AddStreamingAnim (UAnimStreamable *Anim) override |
| |
| virtual bool | RemoveStreamingAnim (UAnimStreamable *Anim) override |
| |
| virtual SIZE_T | GetMemorySizeForAnim (const UAnimStreamable *Anim) override |
| |
| virtual const FCompressedAnimSequence * | GetLoadedChunk (const UAnimStreamable *Anim, uint32 ChunkIndex, bool bTrackAsRequested) const override |
| |
| void | OnAsyncFileCallback (FStreamingAnimationData *StreamingAnimData, int32 ChunkIndex, int64 ReadSize, IBulkDataIORequest *ReadRequest, bool bWasCancelled) |
| |
| | IStreamingManager () |
| |
| virtual | ~IStreamingManager () |
| |
| virtual ENGINE_API void | Tick (float DeltaTime, bool bProcessEverything=false) |
| |
| virtual ENGINE_API int32 | StreamAllResources (float TimeLimit=0.0f) |
| |
| void | RemoveStreamingViews (ERemoveStreamingViews RemovalType) |
| |
| ENGINE_API void | AddViewInformation (const FVector &ViewOrigin, float ScreenSize, float FOVScreenSize, float BoostFactor=1.0f, bool bOverrideLocation=false, float Duration=0.0f, TWeakObjectPtr< AActor > InActorToBoost=NULL, TWeakObjectPtr< UWorld > InWorld=NULL) |
| |
| ENGINE_API void | AddViewLocation (const FVector &Location, float BoostFactor=1.0f, bool bOverrideLocation=false, float Duration=0.0f) |
| |
| virtual bool | Exec (UWorld *InWorld, const TCHAR *Cmd, FOutputDevice &Ar) |
| |
| virtual void | NotifyActorDestroyed (AActor *Actor) |
| |
| virtual void | NotifyPrimitiveDetached (const UPrimitiveComponent *Primitive) |
| |
| virtual void | NotifyPrimitiveUpdated (const UPrimitiveComponent *Primitive) |
| |
| virtual void | NotifyPrimitiveUpdated_Concurrent (const UPrimitiveComponent *Primitive) |
| |
| int32 | GetNumViews () const |
| |
| const FStreamingViewInfo & | GetViewInformation (int32 ViewIndex) const |
| |
| virtual int32 | GetNumWantingResources () const |
| |
| virtual int32 | GetNumWantingResourcesID () const |
| |
| virtual void | PropagateLightingScenarioChange () |
| |
Streaming manager dealing with animation.