Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FGeometryResult
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetFailed () |
Util/ProgressCancel.h | ||
| Set state of the Result to Failure, and append a FGeometryError with the given ErrorMessage and ResultCode | Util/ProgressCancel.h |
SetFailed()
| Name | SetFailed |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/ProgressCancel.h |
| Include Path | #include "Util/ProgressCancel.h" |
void SetFailed()
SetFailed(FText, int)
Description
Set state of the Result to Failure, and append a FGeometryError with the given ErrorMessage and ResultCode
| Name | SetFailed |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/ProgressCancel.h |
| Include Path | #include "Util/ProgressCancel.h" |
void SetFailed
(
FText ErrorMessage,
int ResultCode
)