UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TFutureBase< ResultType > Member List

This is the complete list of members for TFutureBase< ResultType >, including all inherited members.

ConstResultType typedefTFutureBase< ResultType >
Get() constTFutureBase< ResultType >inline
Get() const UE_LIFETIMEBOUNDTFutureBase< ResultType >inline
GetState() constTFutureBase< ResultType >inlineprotected
IsReady() constTFutureBase< ResultType >inline
IsValid() constTFutureBase< ResultType >inline
MutableResultType typedefTFutureBase< ResultType >
Next(Func Continuation)TFutureBase< ResultType >protected
Reset()TFutureBase< ResultType >inlineprotected
RvalueResultType typedefTFutureBase< ResultType >
StateType typedefTFutureBase< ResultType >protected
TFutureBase()=defaultTFutureBase< ResultType >protected
TFutureBase(TSharedPtr< StateType > &&InState)TFutureBase< ResultType >inlineprotected
TFutureBase(const TSharedPtr< StateType > &InState)TFutureBase< ResultType >inlineprotected
Then(Func Continuation)TFutureBase< ResultType >protected
Wait() constTFutureBase< ResultType >inline
WaitFor(const FTimespan &Duration) constTFutureBase< ResultType >inline
WaitUntil(const FDateTime &Time) constTFutureBase< ResultType >inline