Navigation
API > API/Runtime > API/Runtime/ChaosVDData
| Name | FChaosVDCustomFrameData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/ChaosVDData/Public/ChaosVDRecording.h |
| Include Path | #include "ChaosVDRecording.h" |
Syntax
struct FChaosVDCustomFrameData
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CustomDataHandlesByType | TMap< FName, FChaosVDCustomUserDataHandle > | ChaosVDRecording.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddData
(
const FChaosVDCustomUserDataHandle& InData |
ChaosVDRecording.h | ||
TSharedPtr< DataType > GetData () |
Returns the shared ptr to a custom data instance, if such data type was added to this frame. | ChaosVDRecording.h | |
TSharedPtr< DataType > GetOrAddDefaultData () |
Returns the shared ptr to a custom data instance, if such data type was added to this frame. | ChaosVDRecording.h |