UKismetSystemLibrary::IsValid

Return true if the object is usable : non-null and not pending kill.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h

Include

#include "Kismet/KismetSystemLibrary.h"

Syntax

static bool IsValid
(
    const UObject * Object
)

Remarks

Return true if the object is usable : non-null and not pending kill.

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