Navigation
API > API/Runtime > API/Runtime/ChaosVDRuntime
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
| Name | FChaosVDImplicitObjectDataWrapper |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/ChaosVisualDebugger/Public/DataWrappers/ChaosVDImplicitObjectDataWrapper.h |
| Include Path | #include "DataWrappers/ChaosVDImplicitObjectDataWrapper.h" |
Syntax
template<class SerializableImplicitType, class ArchiveType>
struct FChaosVDImplicitObjectDataWrapper
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WrapperTypeName | FStringView | DataWrappers/ChaosVDImplicitObjectDataWrapper.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Hash | uint32 | DataWrappers/ChaosVDImplicitObjectDataWrapper.h | ||
| ImplicitObject | SerializableImplicitType | DataWrappers/ChaosVDImplicitObjectDataWrapper.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Serialize
(
ArchiveType& Ar |
DataWrappers/ChaosVDImplicitObjectDataWrapper.h |