![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Go to the source code of this file.
| #define CVD_DECLARE_OPTIONAL_DATA_CHANNEL | ( | DataChannelName | ) |
Declares an Optional CVD Data channel to be available globally. The data channel can be accessed by using CVDDC_TheNameOfTheChannelUsedWithThisMacro
| #define CVD_DECLARE_OPTIONAL_DATA_CHANNEL_EXTERN | ( | DataChannelName, | |
| ModuleAPI | |||
| ) |
Declares an Optional CVD Data channel outside the Chaos Module to be available globally. The data channel can be accessed by using CVDDC_TheNameOfTheChannelUsedWithThisMacro
| #define CVD_DEFINE_OPTIONAL_DATA_CHANNEL | ( | DataChannelName, | |
| InitializationFlags | |||
| ) |
Defines and initializes an Optional CVD Data Channel
| #define CVD_STRINGIZE | ( | A | ) | CVD_STRINGIZE_NX(A) |