Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FSharedDebugName
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FSharedDebugName Make
(
const TCHAR* InName |
Chaos/ChaosDebugName.h | ||
static FSharedDebugName Make
(
const TCHAR* InFmt, |
Chaos/ChaosDebugName.h |
Make(const TCHAR *)
| Name | Make |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ChaosDebugName.h |
| Include Path | #include "Chaos/ChaosDebugName.h" |
static FSharedDebugName Make
(
const TCHAR * InName
)
Make(const TCHAR *, ArgTypes...)
| Name | Make |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ChaosDebugName.h |
| Include Path | #include "Chaos/ChaosDebugName.h" |
template<typename... ArgTypes>
static FSharedDebugName Make
(
const TCHAR * InFmt,
ArgTypes... Args
)