FPackageName::IsPackageExtension

Returns whether the passed in extension is a valid binary package extension.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Misc/PackageName.h

Include

#include "Misc/PackageName.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Misc/PackageName.cpp

Syntax

static bool IsPackageExtension
(
    const TCHAR * Ext
)

Remarks

Returns whether the passed in extension is a valid binary package extension. Extensions with and without trailing dots are supported.

Returns

True if Ext is either a binary asset or map extension, otherwise false

Parameters

Parameter

Description

Extension

to test.

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