FSoftClassPath::ResolveClass

Attempts to find a currently loaded object that matches this object ID

Choose your operating system:

Windows

macOS

Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/SoftObjectPath.h"

Source

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

Syntax

UClass * ResolveClass() const

Remarks

Attempts to find a currently loaded object that matches this object ID

Returns

Found UClass, or NULL if not currently loaded