Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/SourceLocation.h |
| Include | #include "Misc/SourceLocation.h" |
Syntax
class FSourceLocation
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSourceLocation | Current
(
FSourceLocationImpl Impl |
Saves current source file location into a RAII container that can be used to log/save the information about the caller Usage: | |
| uint32 | GetColumn () |
||
| const char * | GetFileName () |
||
| const char * | |||
| uint32 | GetLine () |
Source location field access |