FAssetData::GetClass

Returns the class [UClass](API\Runtime\CoreUObject\UObject\UClass) if it is loaded.

Windows
MacOS
Linux

References

Module

AssetRegistry

Header

/Engine/Source/Runtime/AssetRegistry/Public/AssetData.h

Include

#include "AssetData.h"

Syntax

UClass * GetClass() const

Remarks

Returns the class UClass if it is loaded. It is not possible to load the class if it is unloaded since we only have the short 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