Navigation
Unreal Engine C++ API Reference > Plugins > ImgMediaFactory > UImgMediaSettings
Syntax
UPROPERTY&40;Config, EditAnywhere, Category&61;Proxies&41;
bool UseDefaultProxy
Remarks
Whether to enable image sequence proxies (default = false).
Image sequence media sources may contain more than one media source URL. Additional URLs are called media source proxies, and they are generally used for switching to lower resolution media content for improved performance during development and testing.
Each proxy URL has a name associated with it, such as 'proxy', 'lowres', or any other user defined tag. It is up to the media source to interpret this value and map it to a media source URL. For example, a media source consisting of a sequence of uncompressed images may use a proxy name as the name of the sub-directory that contains proxy content, such as a low-res version of the image sequence.
When default proxies are enabled via the UseDefaultProxy setting, media players will first try to locate the proxy content identified by the DefaultProxy tag. If no such proxy content is available, they will fall back to the media source's default URL.
See Also
DefaultProxy