Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FSoftClassPath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| UObject/SoftObjectPath.h | |||
FSoftClassPath
(
const FSoftClassPath& Other |
UObject/SoftObjectPath.h | ||
FSoftClassPath
(
FSoftClassPath&& Other |
UObject/SoftObjectPath.h | ||
FSoftClassPath
(
const FString& PathString |
Construct from a path string | UObject/SoftObjectPath.h | |
FSoftClassPath
(
const UClass* InClass |
Construct from an existing class, will do some string processing | UObject/SoftObjectPath.h | |
FSoftClassPath
(
const UObject* InObject |
Forbid creation for UObject. | UObject/SoftObjectPath.h |
FSoftClassPath()
| Name | FSoftClassPath |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/SoftObjectPath.h |
| Include Path | #include "UObject/SoftObjectPath.h" |
FSoftClassPath()
FSoftClassPath(const FSoftClassPath &)
| Name | FSoftClassPath |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/SoftObjectPath.h |
| Include Path | #include "UObject/SoftObjectPath.h" |
FSoftClassPath
(
const FSoftClassPath & Other
)
FSoftClassPath(FSoftClassPath &&)
| Name | FSoftClassPath |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/SoftObjectPath.h |
| Include Path | #include "UObject/SoftObjectPath.h" |
FSoftClassPath
(
FSoftClassPath && Other
)
FSoftClassPath(const FString &)
Description
Construct from a path string
| Name | FSoftClassPath |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/SoftObjectPath.h |
| Include Path | #include "UObject/SoftObjectPath.h" |
FSoftClassPath
(
const FString & PathString
)
FSoftClassPath(const UClass *)
Description
Construct from an existing class, will do some string processing
| Name | FSoftClassPath |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/SoftObjectPath.h |
| Include Path | #include "UObject/SoftObjectPath.h" |
FSoftClassPath
(
const UClass * InClass
)
FSoftClassPath(const UObject *)
Description
Forbid creation for UObject. This class is for UClass only. Use FSoftObjectPath instead.
| Name | FSoftClassPath |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/SoftObjectPath.h |
| Include Path | #include "UObject/SoftObjectPath.h" |
FSoftClassPath
(
const UObject * InObject
)