Navigation
API > API/Runtime > API/Runtime/ChaosVDRuntime
Simplified UStruct version of FParticleVelocities. Used to be able to show the values in the editor and allow changes via the Property Editor.
| Name | FChaosVDParticleVelocities |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/ChaosVisualDebugger/Public/DataWrappers/ChaosVDParticleDataWrapper.h |
| Include Path | #include "DataWrappers/ChaosVDParticleDataWrapper.h" |
Syntax
USTRUCT ()
struct FChaosVDParticleVelocities : public FChaosVDWrapperDataBase
Inheritance Hierarchy
- FChaosVDWrapperDataBase → FChaosVDParticleVelocities
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChaosVDParticleVelocities() |
DataWrappers/ChaosVDParticleDataWrapper.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MV | FVector | DataWrappers/ChaosVDParticleDataWrapper.h |
|
|
| MW | FVector | DataWrappers/ChaosVDParticleDataWrapper.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyFrom
(
const TOther& Other |
DataWrappers/ChaosVDParticleDataWrapper.h | ||
void CopyTo
(
TOther& Other |
DataWrappers/ChaosVDParticleDataWrapper.h | ||
bool Serialize
(
FArchive& Ar |
DataWrappers/ChaosVDParticleDataWrapper.h |