Skip to content

EntropyCanvas::NetworkSession::PropertyRegistrationInfo

EntropyCanvas::NetworkSession::PropertyRegistrationInfo

Section titled “EntropyCanvas::NetworkSession::PropertyRegistrationInfo”

Property registration info passed with EntityCreated callback. More…

#include <NetworkSession.h>

Name
PropertyTypetype
std::stringpropertyName
PropertyHashpropertyHash
uint64_tentityId
ComponentTypeHashcomponentType
struct EntropyCanvas::NetworkSession::PropertyRegistrationInfo;

Property registration info passed with EntityCreated callback.

Contains all the metadata needed to reconstruct property deltas from hashes.

PropertyType type = PropertyType::Int32;
std::string propertyName;
PropertyHash propertyHash;
uint64_t entityId = 0;
ComponentTypeHash componentType;

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