Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/FAVResource
Description
Create a mapping of this resource to another resource (or other object). Returned reference must then be set by the caller.
| Name | PinMapping |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVResource.h |
| Include Path | #include "AVResource.h" |
template<typename TMapping>
TSharedPtr < TMapping > & PinMapping()
Shared pointer reference to the mapping, initially invalid until set by the caller.
Parameters
| Name | Remarks |
|---|---|
| TMapping | Object type to map this resource to. |