Navigation
API > API/Runtime > API/Runtime/ChaosVDRuntime > API/Runtime/ChaosVDRuntime/DataWrappers
References
| Module | ChaosVDRuntime |
| Header | /Engine/Source/Runtime/Experimental/ChaosVisualDebugger/Public/DataWrappers/ChaosVDImplicitObjectDataWrapper.h |
| Include | #include "DataWrappers/ChaosVDImplicitObjectDataWrapper.h" |
Syntax
template<class SerializableImplicitType, class ArchiveType>
struct FChaosVDImplicitObjectDataWrapper
Remarks
Data Wrapper for used to Trace Implicit objects
This should not be templated. But making it so for now so this can live in the ChaosVDRuntime module without referencing Chaos types directly. Once we are close to ship the first version of the tool, this will likely change to the specific types and to the Chaos Module
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | Hash | ||
| SerializableImplicitType | ImplicitObject |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Serialize
(
ArchiveType& Ar |
Constants
| Name | Description |
|---|---|
| WrapperTypeName |