Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/MoviePipelineGameOverrideSetting.h |
| Include | #include "MoviePipelineGameOverrideSetting.h" |
Syntax
enum EMoviePipelineTextureStreamingMethod
{
UMETA =(DisplayName="Don't Override" ),
UMETA =(DisplayName = "Disable Streaming"),
UMETA =(DisplayName = "Fully Load Used Textures"),
}
Values
| Name | Description |
|---|---|
| UMETA | This will not change the texture streaming method / cvars the users has set. |
| UMETA | Disable the Texture Streaming system. |
| UMETA | Fully load used textures instead of progressively streaming them in over multiple frames. |
Remarks
Copyright Epic Games, Inc. All Rights Reserved.