ComponentDeltaRegistry class
#include <Runtime/Net/Public/NetDelta.h>
Public static functions
- static auto Get() -> ComponentDeltaRegistry&
Public functions
- void Register(ComponentTypeID typeID, ComponentDeltaFns fns)
- auto Find(ComponentTypeID typeID) const -> const ComponentDeltaFns*
-
template<typename Fn>void ForEach(Fn&& fn) const