Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FName
Description
Paranoid sanity check
All FNames are valid except for stomped memory, dangling pointers, etc. Should only be used to investigate such bugs and not in production code.
| Name | IsValid |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/UObject/NameTypes.h |
| Include Path | #include "UObject/NameTypes.h" |
bool IsValid() const