Navigation
API > API/Runtime > API/Runtime/CrashReportCore > API/Runtime/CrashReportCore/FCrashProperty
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCrashProperty & operator=
(
const FString& NewValue |
Assignment operator for string. | CrashDescription.h | |
FCrashProperty & operator=
(
const TCHAR* NewValue |
Assignment operator for TCHAR*. | CrashDescription.h | |
FCrashProperty & operator=
(
const TArray< FString >& NewValue |
Assignment operator for arrays. | CrashDescription.h | |
FCrashProperty & operator=
(
const bool NewValue |
Assignment operator for bool. | CrashDescription.h | |
FCrashProperty & operator=
(
const int64 NewValue |
Assignment operator for int64. | CrashDescription.h |
operator=(const FString &)
Description
Assignment operator for string.
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/CrashReportCore/Public/CrashDescription.h |
| Include Path | #include "CrashDescription.h" |
| Source | /Engine/Source/Runtime/CrashReportCore/Private/CrashDescription.cpp |
FCrashProperty & operator=
(
const FString & NewValue
)
operator=(const TCHAR *)
Description
Assignment operator for TCHAR*.
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/CrashReportCore/Public/CrashDescription.h |
| Include Path | #include "CrashDescription.h" |
| Source | /Engine/Source/Runtime/CrashReportCore/Private/CrashDescription.cpp |
FCrashProperty & operator=
(
const TCHAR * NewValue
)
operator=(const TArray< FString > &)
Description
Assignment operator for arrays.
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/CrashReportCore/Public/CrashDescription.h |
| Include Path | #include "CrashDescription.h" |
| Source | /Engine/Source/Runtime/CrashReportCore/Private/CrashDescription.cpp |
FCrashProperty & operator=
(
const TArray < FString > & NewValue
)
operator=(const bool)
Description
Assignment operator for bool.
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/CrashReportCore/Public/CrashDescription.h |
| Include Path | #include "CrashDescription.h" |
| Source | /Engine/Source/Runtime/CrashReportCore/Private/CrashDescription.cpp |
FCrashProperty & operator=
(
const bool NewValue
)
operator=(const int64)
Description
Assignment operator for int64.
| Name | operator= |
| Type | function |
| Header File | /Engine/Source/Runtime/CrashReportCore/Public/CrashDescription.h |
| Include Path | #include "CrashDescription.h" |
| Source | /Engine/Source/Runtime/CrashReportCore/Private/CrashDescription.cpp |
FCrashProperty & operator=
(
const int64 NewValue
)