ITargetDevice::IsDefault

Checks whether this is the default device.

Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetDevice

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetDevice.h
Include #include "Interfaces/ITargetDevice.h"
bool IsDefault() const

Remarks

Checks whether this is the default device.

Note that not all platforms may have a notion of default devices. true if this is the default device, false otherwise.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library