Navigation
API > API/Runtime > API/Runtime/Chaos
| |
|
| Name |
TTimestampProperty |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Framework/PhysicsProxyBase.h |
| Include Path |
#include "Chaos/Framework/PhysicsProxyBase.h" |
Syntax
template<typename TPropertyType>
struct TTimestampProperty
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Timestamp |
int32 |
|
Chaos/Framework/PhysicsProxyBase.h |
|
| Value |
TPropertyType |
|
Chaos/Framework/PhysicsProxyBase.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void Set
(
int32 InTimestamp,
const TPropertyType& InValue
)
|
|
Chaos/Framework/PhysicsProxyBase.h |
|