UKismetSystemLibrary::GetSystemPath

Returns the full system path to a [UObject](API\Runtime\CoreUObject\UObject\UObject) If given a non-asset [UObject](API\Runtime\CoreUObject\UObject\UObject), it will return an empty string

Windows
MacOS
Linux

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

Syntax

static FString GetSystemPath
(
    const UObject * Object
)

Remarks

Returns the full system path to a UObject If given a non-asset UObject, it will return an empty string

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss