Navigation
API > API/Runtime > API/Runtime/Core
To avoid limits with the Printf parameter count, for more readability and type safety
| Name | FLazyPrintf |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LazyPrintf.h |
| Include Path | #include "Containers/LazyPrintf.h" |
Syntax
class FLazyPrintf
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLazyPrintf
(
const TCHAR* InputWithPercentS |
Constructor | Containers/LazyPrintf.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentInputPos | const TCHAR * | Containers/LazyPrintf.h | ||
| CurrentState | FString | Containers/LazyPrintf.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetResultString() |
Containers/LazyPrintf.h | ||
void PushParam
(
const TCHAR* Data |
S | Containers/LazyPrintf.h |