UObject::FAssetRegistryTag::IsUniqueAssetRegistryTagStruct

Returns true if this [FName](API\Runtime\Core\UObject\FName) is a special [UStruct](API\Runtime\CoreUObject\UObject\UStruct) that should be exported even if not tagged, with the struct name as the tag name

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h

Include

#include "UObject/Object.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/Obj.cpp

Syntax

static bool IsUniqueAssetRegistryTagStruct
(
    FName StructName,
    ETagType & TagType
)

Remarks

Returns true if this FName is a special UStruct that should be exported even if not tagged, with the struct name as the tag name

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