Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FFrame
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| This will return a string of the form "ScopeName.FunctionName" associated with this stack frame: | UObject/Stack.h | ||
void GetStackDescription
(
FStringBuilderBase& StringBuilder |
This will append a string of the form "ScopeName.FunctionName" associated with this stack frame | UObject/Stack.h |
GetStackDescription()
Description
This will return a string of the form "ScopeName.FunctionName" associated with this stack frame:
| Name | GetStackDescription |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Stack.h |
| Include Path | #include "UObject/Stack.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/ScriptCore.cpp |
FString GetStackDescription() const
GetStackDescription(FStringBuilderBase &)
Description
This will append a string of the form "ScopeName.FunctionName" associated with this stack frame
| Name | GetStackDescription |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Stack.h |
| Include Path | #include "UObject/Stack.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/ScriptCore.cpp |
void GetStackDescription
(
FStringBuilderBase & StringBuilder
) const
Parameters
| Name | Remarks |
|---|---|
| StringBuilder | to populate |