Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetSystemLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h |
| Include | #include "Kismet/KismetSystemLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp |
UFUNCTION (BlueprintPure, Category="Utilities",
Meta=(Keywords="construct build", NativeMakeFunc, BlueprintThreadSafe, BlueprintAutocast))
static FTopLevelAssetPath MakeTopLevelAssetPath
(
UPARAM="FullPathOrPackageName") const FString & PackageName,
const FString & AssetName
)
Remarks
Builds a TopLevelAssetPath struct from single Path string or from PackageName and AssetName string.