Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TTracedPromise
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetValue () |
Experimental/Async/TracedPromise.h | ||
void SetValue
(
const ResultType& Value |
Experimental/Async/TracedPromise.h | ||
void SetValue
(
ResultType&& Value |
Experimental/Async/TracedPromise.h |
SetValue()
| Name | SetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/Async/TracedPromise.h |
| Include Path | #include "Experimental/Async/TracedPromise.h" |
void SetValue()
SetValue(const ResultType &)
| Name | SetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/Async/TracedPromise.h |
| Include Path | #include "Experimental/Async/TracedPromise.h" |
void SetValue
(
const ResultType & Value
)
SetValue(ResultType &&)
| Name | SetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/Async/TracedPromise.h |
| Include Path | #include "Experimental/Async/TracedPromise.h" |
void SetValue
(
ResultType && Value
)