Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/FAVInstance
Description
Get a mutable reference to typed data held on this instance. Will create default data of this type if it does not already exist.
| Name | Edit |
| Type | function |
| Header File | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVInstance.h |
| Include Path | #include "AVInstance.h" |
template<typename TData>
TData & Edit()
The typed data.
Parameters
| Name | Remarks |
|---|---|
| TData | Type of data to get. |