Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | TPerShapeDataStateProperty |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/RewindData.h |
| Include Path | #include "RewindData.h" |
Syntax
template<typename T, EShapeProperty PropName>
class TPerShapeDataStateProperty
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSet | bool | RewindData.h | ||
| Val | T | RewindData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsSet() |
RewindData.h | ||
const T & Read() |
RewindData.h | ||
void Write
(
const T& InVal |
RewindData.h |