Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/FCallstack
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCallstack () |
Creates the default empty callstack (id 0). | TraceServices/Model/Callstack.h | |
FCallstack
(
uint64 Id |
Creates an empty callstack but with a non-zero id. | TraceServices/Model/Callstack.h | |
FCallstack
(
const FStackFrame* FirstEntry, |
Creates an callstack initialized with a certain number of stack frames. | TraceServices/Model/Callstack.h |
FCallstack()
Description
Creates the default empty callstack (id 0).
| Name | FCallstack |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Callstack.h |
| Include Path | #include "TraceServices/Model/Callstack.h" |
FCallstack()
FCallstack(uint64)
Description
Creates an empty callstack but with a non-zero id.
| Name | FCallstack |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Callstack.h |
| Include Path | #include "TraceServices/Model/Callstack.h" |
FCallstack
(
uint64 Id
)
FCallstack(const FStackFrame *, uint8)
Description
Creates an callstack initialized with a certain number of stack frames.
| Name | FCallstack |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Callstack.h |
| Include Path | #include "TraceServices/Model/Callstack.h" |
FCallstack
(
const FStackFrame * FirstEntry,
uint8 FrameCount
)