Navigation
Unreal Engine C++ API Reference > Plugins > MovieRenderPipelineCore
References
Module | MovieRenderPipelineCore |
Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineGameOverrideSetting.h |
Include | #include "MoviePipelineGameOverrideSetting.h" |
Syntax
enum EMoviePipelineTextureStreamingMethod
&123;
None,
Disabled,
FullyLoad,
&125;
Values
Name | Description |
---|---|
None | This will not change the texture streaming method / cvars the users has set. |
Disabled | Disable the Texture Streaming system. |
FullyLoad | Fully load used textures instead of progressively streaming them in over multiple frames. |
Remarks
Copyright Epic Games, Inc. All Rights Reserved.