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",
DisplayName="Get Struct Path Name (Top Level Asset Path)",
Meta=(ScriptMethod="GetStructPathName"))
static FTopLevelAssetPath GetStructTopLevelAssetPath
(
const UScriptStruct * Struct
)
Remarks
Returns the full path to the specified struct as a Top Level Asset Path used by asset utilities.