IDesktopPlatform::IsStockEngineRelease

Checks if the given engine identifier is for an stock engine release.

Unreal Engine C++ API Reference > Developer > DesktopPlatform > IDesktopPlatform

References

   
Module DesktopPlatform
Header /Engine/Source/Developer/DesktopPlatform/Public/IDesktopPlatform.h
Include #include "IDesktopPlatform.h"
bool IsStockEngineRelease
(
    const [FString](API\Runtime\Core\Containers\FString) & Identifier
)

Remarks

Checks if the given engine identifier is for an stock engine release. true if the identifier is for a binary engine release

Parameters

Name Description
Identifier Engine identifier to check

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library