Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IStereoRenderTargetManager
Description
Gets the size of the motion vector texture recommended by the stereo device. Allocating a motion vector texture of any other size may be detrimental to performance or be unsupported by the stereo device.
| Name | GetRecommendedMotionVectorTextureSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/StereoRenderTargetManager.h |
| Include Path | #include "StereoRenderTargetManager.h" |
virtual bool GetRecommendedMotionVectorTextureSize
(
FIntPoint & OutTextureSize
)
true, if the stereo device can recommend a texture size; false, if not.
Parameters
| Name | Remarks |
|---|---|
| OutTextureSize | (out) The size of the motion vector texture. |