Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UKismetSystemLibrary
Description
Builds a Soft Class Path struct from a string that contains a full /folder/packagename.class path. For blueprint classes, this needs to point to the actual class (often with _C) and not the blueprint editor asset
| Name | MakeSoftClassPath |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h |
| Include Path | #include "Kismet/KismetSystemLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp |
UFUNCTION (BlueprintPure, Category="Utilities",
Meta=(Keywords="construct build", NativeMakeFunc, BlueprintThreadSafe))
static FSoftClassPath MakeSoftClassPath
(
const FString & PathString
)