Navigation
API > API/Runtime > API/Runtime/Chaos
| Name | TBasePullData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PullPhysicsDataImp.h |
| Include Path | #include "Chaos/PullPhysicsDataImp.h" |
Syntax
template<typename TProxy, typename TTimeStamp>
struct TBasePullData
Derived Classes
TBasePullData derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TBasePullData() |
Chaos/PullPhysicsDataImp.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TBasePullData() |
Chaos/PullPhysicsDataImp.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Proxy | TProxy * | Chaos/PullPhysicsDataImp.h | ||
| Timestamp | TSharedPtr< FProxyTimestampBase, ESPMode::ThreadSafe > | Chaos/PullPhysicsDataImp.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TProxy * GetProxy() |
Chaos/PullPhysicsDataImp.h | ||
const TTimeStamp * GetTimestamp() |
Chaos/PullPhysicsDataImp.h | ||
void SetProxy
(
TProxy& InProxy |
Chaos/PullPhysicsDataImp.h |