Skip to content

EntropyCanvas::PropertyDelta

Property delta - a single property change from the server. More…

#include <IDataProvider.h>

Name
PropertyValuevalue
std::stringpropertyName
uint64_tentityId
ComponentTypeHashcomponentTypeHash
struct EntropyCanvas::PropertyDelta;

Property delta - a single property change from the server.

Uses ComponentTypeHash for extensibility - works with both built-in and custom component types without enum limitations.

PropertyValue value;
std::string propertyName;
uint64_t entityId {0};
ComponentTypeHash componentTypeHash {0, 0};

Updated on 2026-01-26 at 17:14:35 -0500