Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/FAVExtension > API/Plugins/AVCodecsCore/FAVExtension/TransformResource
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVExtension.h |
| Include | #include "AVExtension.h" |
template<typename TOutput, typename TInput, TEMPLATE_REQUIRES(TIsDerivedFrom< TInput, TOutput >::Value)>
static FAVResult TransformResource
(
TSharedPtr< TOutput > & OutResource,
TSharedPtr< TInput > const & InResource
)
Remarks
Shortcut case for above for when the input and output types match. This does NOT duplicate the resource.