Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IDynamicResolutionState
Description
Returns whether dynamic resolution is supported on this platform.
Using dynamic resolution on unsupported platforms is extremely dangerous for gameplay experience, since it may have a bug dropping resolution or frame rate more than it should.
| Name | IsSupported |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/DynamicResolutionState.h |
| Include Path | #include "DynamicResolutionState.h" |
bool IsSupported() const