Navigation
API > API/Runtime > API/Runtime/ChaosVDData > API/Runtime/ChaosVDData/FChaosVDCustomFrameData
Description
Returns the shared ptr to a custom data instance, if such data type was added to this frame. If the data type was not loaded, the ptr will be null
| Name | GetData |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosVDData/Public/ChaosVDRecording.h |
| Include Path | #include "ChaosVDRecording.h" |
template<typename DataType>
TSharedPtr < DataType > GetData() const