Navigation
API > API/Plugins > API/Plugins/AVCodecsCore
Delegate-based implementation of TResolvable.
| |
|
| Name |
TDelegated |
| Type |
class |
| Header File |
/Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVUtility.h |
| Include Path |
#include "AVUtility.h" |
Syntax
template<typename TObject, typename... TArgs>
class TDelegated : public TResolvable< TObject, TArgs... >
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
TDelegated
(
FDelegate const& Delegate
)
|
|
AVUtility.h |
|
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FDelegate |
TFunction< void(TSharedPtr< TObject > &, TArgs...)> |
Delegate definition to be used to resolve the deferred object. |
AVUtility.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Delegate |
FDelegate const |
|
AVUtility.h |
|
Functions
Public
Protected
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual TSharedPtr< TObject > TryResolve
(
TArgs const&... Args
)
|
Deferred resolve, to be overridden by a variety of implementations. |
AVUtility.h |
|