UEngine::ChangeDynamicResolutionStateAtNextFrame

Override dynamic resolution state for next frame.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Engine.h

Include

#include "Engine/Engine.h"

Source

/Engine/Source/Runtime/Engine/Private/UnrealEngine.cpp

Syntax

void ChangeDynamicResolutionStateAtNextFrame
(
    TSharedPtr< class IDynamicResolutionState > NewState
)

Remarks

Override dynamic resolution state for next frame. Old dynamic resolution state will be disabled, and the new one will be enabled automatically at next frame.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss