// Copyright 2025 https://yuewu.dev/en All Rights Reserved. #include "Bullet/GCS_BulletContainer.h" void FGCS_BulletContainer::PreReplicatedRemove(const TArrayView RemovedIndices, int32 FinalSize) { } void FGCS_BulletContainer::PostReplicatedAdd(const TArrayView AddedIndices, int32 FinalSize) { } void FGCS_BulletContainer::PostReplicatedChange(const TArrayView ChangedIndices, int32 FinalSize) { } int32 FGCS_BulletContainer::IndexOfById(const FGuid& Id) const { if (!Id.IsValid()) { return INDEX_NONE; } return -1; }