[UClass] public class ResourceBase : Actor, IInteractable { public ResourceBase() { SetReplicates(true); RespawnTime = 500.0f; } // The mesh of the resource [UProperty(DefaultComponent = true, RootComponent = true)] public StaticMeshComponent Mesh { get; set; } // The health component ...