Navigation
API > API/Editor > API/Editor/UnrealEd
Deprecated * Class names are now represented by path names. Please use GetClassPathNameFromAssetTag.
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorClassUtils.h |
| Include | #include "EditorClassUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorClassUtils.cpp |
namespace FEditorClassUtils
{
FName FEditorClassUtils&58;&58;GetClassPathFromAssetTag
&40;
const FAssetData & InAssetData
&41;
}
Remarks
Gets the class path from the asset tag (i.e. GeneratedClassPath tag on blueprints) Class path or None if the asset cannot or doesn't have a class associated with it
Parameters
| Name | Description |
|---|---|
| InAssetData | Reference to an asset data entry. |