Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UDemoNetDriver
Description
Compares the values of replicated properties stored in State with the current values of the object replicators. Logs and returns true if there were any differences.
| Name | ComparePropertyState |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/DemoNetDriver.h |
| Include Path | #include "Engine/DemoNetDriver.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DemoNetDriver.cpp |
bool ComparePropertyState
(
const FDemoSavedPropertyState & State
) const