Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
| |
|
| Name |
EMoviePipelineTextureStreamingMethod |
| Type |
enum |
| Header File |
/Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineGameOverrideSetting.h |
| Include Path |
#include "MoviePipelineGameOverrideSetting.h" |
Syntax
enum EMoviePipelineTextureStreamingMethod
{
None,
Disabled,
FullyLoad,
}
Values
| Name |
Remarks |
| 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. |