| FSoftObjectPath
|
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/SoftObjectPath.h |
Include |
#include "UObject/SoftObjectPath.h" |
struct FSoftClassPath : public FSoftObjectPath
A struct that contains a string reference to a class, can be used to make soft references to classes
Name | Description | |
---|---|---|
|
FSoftClassPath() |
|
|
FSoftClassPath ( |
|
|
FSoftClassPath ( |
Construct from a path string |
|
FSoftClassPath ( |
Construct from an existing class, will do some string processing |
Name | Description | ||
---|---|---|---|
|
FSoftClassPa... |
GetOrCreateIDForClass ( |
|
|
UClass * |
ResolveClass() |
Attempts to find a currently loaded object that matches this object ID |
|
bool |
SerializeFromMismatchedTag ( |
|
|
UClass * |
TryLoadClass() |
Attempts to load the class. |