UKismetSystemLibrary::IsValidClass

Return true if the class 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 IsValidClass
(
    UClass * Class
)

Remarks

Return true if the class 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