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