Navigation
API > API/Plugins > API/Plugins/AVCodecsCore > API/Plugins/AVCodecsCore/FAVInstance
References
| Module | AVCodecsCore |
| Header | /Engine/Plugins/Experimental/AVCodecs/AVCodecsCore/Source/AVCodecsCore/Public/AVInstance.h |
| Include | #include "AVInstance.h" |
template<typename TData>
TData &42; TryEdit&40;&41;
Remarks
Check if this instance has a specific type of data, and return a mutable reference to it if it exists. A pointer to the data, if it exists. Not valid outside of the scope from which this is called.
Parameters
| Name | Description |
|---|---|
| TData | Type of data to get. |