Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FSourceLocation
| Name | FSourceLocationImpl |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/SourceLocation.h |
| Include Path | #include "Misc/SourceLocation.h" |
Syntax
struct FSourceLocationImpl
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr FSourceLocationImpl() |
Misc/SourceLocation.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Column | uint_least32_t | Misc/SourceLocation.h | ||
| FileName | const char * | Misc/SourceLocation.h | ||
| FunctionName | const char * | Misc/SourceLocation.h | ||
| Line | uint_least32_t | Misc/SourceLocation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint_least32_t column() |
Misc/SourceLocation.h | ||
const char * file_name() |
Misc/SourceLocation.h | ||
const char * function_name() |
Misc/SourceLocation.h | ||
uint_least32_t line() |
Source location field access | Misc/SourceLocation.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FSourceLocationImpl current
(
const uint_least32_t InLine, |
Misc/SourceLocation.h |