Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/TResolvable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsResolved () |
Test whether the deferred object has been successfully resolved. | AVUtility.h | |
bool IsResolved
(
TArgs const&... Args |
Test whether the deferred object has been successfully resolved with specific arguments. | AVUtility.h |
IsResolved()
Description
Test whether the deferred object has been successfully resolved.
| Name | IsResolved |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h |
| Include Path | #include "AVUtility.h" |
bool IsResolved() const
True if the deferred object is valid.
IsResolved(TArgs const &...)
Description
Test whether the deferred object has been successfully resolved with specific arguments.
| Name | IsResolved |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h |
| Include Path | #include "AVUtility.h" |
bool IsResolved
(
TArgs const &... Args
) const
True if the deferred object is valid.
Parameters
| Name | Remarks |
|---|---|
| Args | Arguments that the deferred object must have been resolved with. |