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