Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include | #include "RHIResources.h" |
Syntax
class FDebugName
Remarks
A type used only for printing a string for debugging/profiling. Adds Number as a suffix to the printed string even if the base name includes a number, so may prints a string like: Base_1_1 This type will always store a numeric suffix explicitly inside itself and never in the name table so it will always be at least 12 bytes regardless of the value of UE_FNAME_OUTLINE_NUMBER. It is not comparable or convertible to other name types to encourage its use only for debugging and avoid using more storage than necessary for the primary use cases of FName (names of objects, assets etc which are widely used and therefor deduped in the name table).
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDebugName () |
|||
FDebugName
(
FName InName |
|||
FDebugName
(
FName InName, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AppendString
(
FStringBuilderBase& Builder |
||
| bool | IsNone () |
||
| FString | ToString () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FDebugName & |