Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > Misc > FPackageName
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 |
static bool IsVerseExtension
(
const TCHAR * Ext
)
Remarks
Returns whether the passed in extension is a valid verse extension. Extensions with and without trailing dots are supported. True if Ext is a verse extension, otherwise false
Parameters
Name | Description |
---|---|
Extension | to test. |